Lines Matching refs:WindowProperty
22 WindowProperty::WindowProperty(const sptr<WindowProperty>& property) in WindowProperty() function in OHOS::Rosen::WindowProperty
27 void WindowProperty::SetWindowName(const std::string& name) in SetWindowName()
32 void WindowProperty::SetWindowRect(const struct Rect& rect) in SetWindowRect()
37 void WindowProperty::SetWindowType(WindowType type) in SetWindowType()
42 void WindowProperty::SetWindowMode(WindowMode mode) in SetWindowMode()
53 void WindowProperty::SetLastWindowMode(WindowMode mode) in SetLastWindowMode()
58 void WindowProperty::SetWindowBackgroundBlur(WindowBlurLevel level) in SetWindowBackgroundBlur()
66 void WindowProperty::SetFullScreen(bool isFullScreen) in SetFullScreen()
71 void WindowProperty::SetFocusable(bool isFocusable) in SetFocusable()
76 void WindowProperty::SetTouchable(bool isTouchable) in SetTouchable()
81 void WindowProperty::SetPrivacyMode(bool isPrivate) in SetPrivacyMode()
86 void WindowProperty::SetTransparent(bool isTransparent) in SetTransparent()
91 void WindowProperty::SetAlpha(float alpha) in SetAlpha()
96 void WindowProperty::SetBrightness(float brightness) in SetBrightness()
101 void WindowProperty::SetTurnScreenOn(bool turnScreenOn) in SetTurnScreenOn()
106 void WindowProperty::SetKeepScreenOn(bool keepScreenOn) in SetKeepScreenOn()
111 void WindowProperty::SetCallingWindow(uint32_t windowId) in SetCallingWindow()
116 void WindowProperty::SetDisplayId(DisplayId displayId) in SetDisplayId()
121 void WindowProperty::SetWindowFlags(uint32_t flags) in SetWindowFlags()
126 void WindowProperty::SetSystemBarProperty(WindowType type, const SystemBarProperty& property) in SetSystemBarProperty()
133 void WindowProperty::SetDecorEnable(bool decorEnable) in SetDecorEnable()
138 void WindowProperty::SetHitOffset(const PointInfo& offset) in SetHitOffset()
143 void WindowProperty::SetAnimationFlag(uint32_t animationFlag) in SetAnimationFlag()
148 void WindowProperty::SetWindowSizeChangeReason(WindowSizeChangeReason reason) in SetWindowSizeChangeReason()
153 WindowSizeChangeReason WindowProperty::GetWindowSizeChangeReason() const in GetWindowSizeChangeReason()
158 void WindowProperty::ResumeLastWindowMode() in ResumeLastWindowMode()
163 const std::string& WindowProperty::GetWindowName() const in GetWindowName()
168 Rect WindowProperty::GetWindowRect() const in GetWindowRect()
173 WindowType WindowProperty::GetWindowType() const in GetWindowType()
178 WindowMode WindowProperty::GetWindowMode() const in GetWindowMode()
183 WindowMode WindowProperty::GetLastWindowMode() const in GetLastWindowMode()
188 WindowBlurLevel WindowProperty::GetWindowBackgroundBlur() const in GetWindowBackgroundBlur()
193 bool WindowProperty::GetFullScreen() const in GetFullScreen()
198 bool WindowProperty::GetFocusable() const in GetFocusable()
203 bool WindowProperty::GetTouchable() const in GetTouchable()
208 uint32_t WindowProperty::GetCallingWindow() const in GetCallingWindow()
213 bool WindowProperty::GetPrivacyMode() const in GetPrivacyMode()
218 bool WindowProperty::GetTransparent() const in GetTransparent()
223 float WindowProperty::GetAlpha() const in GetAlpha()
228 float WindowProperty::GetBrightness() const in GetBrightness()
233 bool WindowProperty::IsTurnScreenOn() const in IsTurnScreenOn()
238 bool WindowProperty::IsKeepScreenOn() const in IsKeepScreenOn()
243 DisplayId WindowProperty::GetDisplayId() const in GetDisplayId()
248 uint32_t WindowProperty::GetWindowFlags() const in GetWindowFlags()
253 const std::unordered_map<WindowType, SystemBarProperty>& WindowProperty::GetSystemBarProperty() con… in GetSystemBarProperty()
258 bool WindowProperty::GetDecorEnable() const in GetDecorEnable()
263 void WindowProperty::SetWindowId(uint32_t windowId) in SetWindowId()
268 void WindowProperty::SetParentId(uint32_t parentId) in SetParentId()
273 uint32_t WindowProperty::GetWindowId() const in GetWindowId()
278 uint32_t WindowProperty::GetParentId() const in GetParentId()
283 const PointInfo& WindowProperty::GetHitOffset() const in GetHitOffset()
288 uint32_t WindowProperty::GetAnimationFlag() const in GetAnimationFlag()
293 bool WindowProperty::MapMarshalling(Parcel& parcel) const in MapMarshalling()
313 void WindowProperty::MapUnmarshalling(Parcel& parcel, sptr<WindowProperty>& property) in MapUnmarshalling()
324 bool WindowProperty::Marshalling(Parcel& parcel) const in Marshalling()
341 sptr<WindowProperty> WindowProperty::Unmarshalling(Parcel& parcel) in Unmarshalling()
343 sptr<WindowProperty> property(new WindowProperty()); in Unmarshalling()
375 void WindowProperty::CopyFrom(const sptr<WindowProperty>& property) in CopyFrom()