Lines Matching defs:property
35 WindowNode(const sptr<WindowProperty>& property, const sptr<IWindow>& window,
37 : surfaceNode_(surfaceNode), property_(property), windowToken_(window)
39 if (property != nullptr) {
40 abilityInfo_ = property->GetAbilityInfo();
43 WindowNode(const sptr<WindowProperty>& property, const sptr<IWindow>& window,
45 : surfaceNode_(surfaceNode), property_(property), windowToken_(window), callingPid_(pid), callingUid_(uid)
48 if (property != nullptr) {
49 abilityInfo_ = property->GetAbilityInfo();
55 explicit WindowNode(const sptr<WindowProperty>& property) : property_(property)
67 void SetWindowProperty(const sptr<WindowProperty>& property);
68 void SetSystemBarProperty(WindowType type, const SystemBarProperty& property);