Lines Matching refs:WindowProperty

26 WindowProperty::WindowProperty(const sptr<WindowProperty>& property)
31 void WindowProperty::SetWindowName(const std::string& name)
36 void WindowProperty::SetAbilityInfo(const AbilityInfo& info)
41 void WindowProperty::SetWindowRect(const struct Rect& rect)
47 void WindowProperty::SetDecoStatus(bool decoStatus)
52 void WindowProperty::SetRequestRect(const Rect& requestRect)
57 void WindowProperty::SetWindowType(WindowType type)
62 void WindowProperty::SetWindowMode(WindowMode mode)
73 void WindowProperty::SetLastWindowMode(WindowMode mode)
81 void WindowProperty::SetFullScreen(bool isFullScreen)
86 void WindowProperty::SetFocusable(bool isFocusable)
91 void WindowProperty::SetTouchable(bool isTouchable)
96 void WindowProperty::SetPrivacyMode(bool isPrivate)
101 void WindowProperty::SetSnapshotSkip(bool isSkip)
106 void WindowProperty::SetSystemPrivacyMode(bool isSystemPrivate)
111 void WindowProperty::SetTransparent(bool isTransparent)
116 void WindowProperty::SetAlpha(float alpha)
121 void WindowProperty::SetTransform(const Transform& trans)
127 void WindowProperty::HandleComputeTransform(const Transform& trans)
145 void WindowProperty::ComputeTransform()
158 void WindowProperty::SetZoomTransform(const Transform& trans)
164 void WindowProperty::ClearTransformZAxisOffset(Transform& trans)
184 void WindowProperty::UpdatePointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent)
204 bool WindowProperty::isNeedComputerTransform()
209 void WindowProperty::SetAnimateWindowFlag(bool isAnimateWindow)
214 void WindowProperty::SetDisplayZoomState(bool isDisplayZoomOn)
219 bool WindowProperty::IsDisplayZoomOn() const
224 bool WindowProperty::IsAnimateWindow() const
229 const Transform& WindowProperty::GetZoomTransform() const
234 void WindowProperty::SetBrightness(float brightness)
239 void WindowProperty::SetTurnScreenOn(bool turnScreenOn)
244 void WindowProperty::SetKeepScreenOn(bool keepScreenOn)
249 void WindowProperty::SetCallingWindow(uint32_t windowId)
254 void WindowProperty::SetDisplayId(DisplayId displayId)
259 void WindowProperty::SetWindowFlags(uint32_t flags)
264 void WindowProperty::SetSizeLimits(const WindowLimits& sizeLimits)
269 void WindowProperty::SetUpdatedSizeLimits(const WindowLimits& sizeLimits)
274 void WindowProperty::AddWindowFlag(WindowFlag flag)
279 void WindowProperty::SetSystemBarProperty(WindowType type, const SystemBarProperty& property)
286 void WindowProperty::SetDecorEnable(bool decorEnable)
291 void WindowProperty::SetHitOffset(const PointInfo& offset)
296 void WindowProperty::SetAnimationFlag(uint32_t animationFlag)
301 void WindowProperty::SetWindowSizeChangeReason(WindowSizeChangeReason reason)
306 void WindowProperty::SetDragType(DragType dragType)
311 void WindowProperty::SetStretchable(bool stretchable)
316 void WindowProperty::SetOriginRect(const Rect& rect)
321 void WindowProperty::SetAccessTokenId(uint32_t accessTokenId)
326 WindowSizeChangeReason WindowProperty::GetWindowSizeChangeReason() const
331 void WindowProperty::ResumeLastWindowMode()
344 const std::string& WindowProperty::GetWindowName() const
349 const AbilityInfo& WindowProperty::GetAbilityInfo() const
354 Rect WindowProperty::GetWindowRect() const
359 bool WindowProperty::GetDecoStatus() const
364 Rect WindowProperty::GetRequestRect() const
369 WindowType WindowProperty::GetWindowType() const
374 WindowMode WindowProperty::GetWindowMode() const
379 WindowMode WindowProperty::GetLastWindowMode() const
384 bool WindowProperty::GetFullScreen() const
389 bool WindowProperty::GetFocusable() const
394 bool WindowProperty::GetTouchable() const
399 uint32_t WindowProperty::GetCallingWindow() const
404 bool WindowProperty::GetPrivacyMode() const
409 bool WindowProperty::GetSystemPrivacyMode() const
414 bool WindowProperty::GetSnapshotSkip() const
419 bool WindowProperty::GetTransparent() const
424 float WindowProperty::GetAlpha() const
429 const Transform& WindowProperty::GetTransform() const
434 float WindowProperty::GetBrightness() const
439 bool WindowProperty::IsTurnScreenOn() const
444 bool WindowProperty::IsKeepScreenOn() const
449 DisplayId WindowProperty::GetDisplayId() const
454 uint32_t WindowProperty::GetWindowFlags() const
459 const std::unordered_map<WindowType, SystemBarProperty>& WindowProperty::GetSystemBarProperty() const
464 bool WindowProperty::GetDecorEnable() const
469 void WindowProperty::SetWindowId(uint32_t windowId)
474 void WindowProperty::SetParentId(uint32_t parentId)
479 void WindowProperty::SetTokenState(bool hasToken)
484 void WindowProperty::SetModeSupportInfo(uint32_t modeSupportInfo)
489 void WindowProperty::SetRequestModeSupportInfo(uint32_t requestModeSupportInfo)
494 uint32_t WindowProperty::GetWindowId() const
499 uint32_t WindowProperty::GetParentId() const
504 const PointInfo& WindowProperty::GetHitOffset() const
509 uint32_t WindowProperty::GetAnimationFlag() const
514 uint32_t WindowProperty::GetModeSupportInfo() const
519 uint32_t WindowProperty::GetRequestModeSupportInfo() const
524 bool WindowProperty::GetTokenState() const
529 DragType WindowProperty::GetDragType() const
534 const Rect& WindowProperty::GetOriginRect() const
539 bool WindowProperty::GetStretchable() const
544 WindowLimits WindowProperty::GetSizeLimits() const
549 WindowLimits WindowProperty::GetUpdatedSizeLimits() const
554 const TransformHelper::Matrix4& WindowProperty::GetTransformMat() const
559 const TransformHelper::Matrix4& WindowProperty::GetWorldTransformMat() const
564 void WindowProperty::SetTouchHotAreas(const std::vector<Rect>& rects)
569 void WindowProperty::GetTouchHotAreas(std::vector<Rect>& rects) const
574 void WindowProperty::SetAspectRatio(float ratio)
579 void WindowProperty::SetMaximizeMode(MaximizeMode maximizeMode)
584 float WindowProperty::GetAspectRatio() const
589 MaximizeMode WindowProperty::GetMaximizeMode() const
594 uint32_t WindowProperty::GetAccessTokenId() const
599 void WindowProperty::SetWindowGravity(WindowGravity gravity, uint32_t percent)
605 void WindowProperty::GetWindowGravity(WindowGravity& gravity, uint32_t& percent) const
611 bool WindowProperty::MapMarshalling(Parcel& parcel) const
631 void WindowProperty::MapUnmarshalling(Parcel& parcel, WindowProperty* property)
644 bool WindowProperty::MarshallingTouchHotAreas(Parcel& parcel) const
659 void WindowProperty::UnmarshallingTouchHotAreas(Parcel& parcel, WindowProperty* property)
671 bool WindowProperty::MarshallingTransform(Parcel& parcel) const
680 void WindowProperty::UnmarshallingTransform(Parcel& parcel, WindowProperty* property)
696 bool WindowProperty::MarshallingWindowSizeLimits(Parcel& parcel) const
707 void WindowProperty::UnmarshallingWindowSizeLimits(Parcel& parcel, WindowProperty* property)
714 bool WindowProperty::Marshalling(Parcel& parcel) const
743 WindowProperty* WindowProperty::Unmarshalling(Parcel& parcel)
745 WindowProperty* property = new(std::nothrow) WindowProperty();
803 bool WindowProperty::Write(Parcel& parcel, PropertyChangeAction action)
881 void WindowProperty::Read(Parcel& parcel, PropertyChangeAction action)
963 void WindowProperty::CopyFrom(const sptr<WindowProperty>& property)
1010 void WindowProperty::SetTextFieldPositionY(double textFieldPositionY)
1015 void WindowProperty::SetTextFieldHeight(double textFieldHeight)
1020 double WindowProperty::GetTextFieldPositionY() const
1025 double WindowProperty::GetTextFieldHeight() const