Lines Matching refs:WindowNode
23 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowNode"};
26 WindowNode::~WindowNode()
28 WLOGI("~WindowNode id:%{public}u", GetWindowId());
31 void WindowNode::SetDisplayId(DisplayId displayId)
36 void WindowNode::SetEntireWindowTouchHotArea(const Rect& rect)
41 void WindowNode::SetEntireWindowPointerHotArea(const Rect& rect)
46 void WindowNode::SetWindowRect(const Rect& rect)
51 void WindowNode::SetDecorEnable(bool decorEnable)
56 void WindowNode::SetDecoStatus(bool decoStatus)
61 void WindowNode::SetRequestRect(const Rect& rect)
66 void WindowNode::SetWindowProperty(const sptr<WindowProperty>& property)
71 void WindowNode::SetSystemBarProperty(WindowType type, const SystemBarProperty& property)
76 void WindowNode::SetWindowMode(WindowMode mode)
81 void WindowNode::SetBrightness(float brightness)
86 void WindowNode::SetFocusable(bool focusable)
91 void WindowNode::SetTouchable(bool touchable)
96 void WindowNode::SetTurnScreenOn(bool turnScreenOn)
101 void WindowNode::SetKeepScreenOn(bool keepScreenOn)
106 void WindowNode::SetCallingWindow(uint32_t windowId)
111 uint32_t WindowNode::GetCallingWindow() const
116 void WindowNode::SetWindowSizeChangeReason(WindowSizeChangeReason reason)
121 void WindowNode::SetRequestedOrientation(Orientation orientation)
126 void WindowNode::SetShowingDisplays(const std::vector<DisplayId>& displayIdVec)
132 void WindowNode::SetModeSupportInfo(uint32_t modeSupportInfo)
137 void WindowNode::ResetWindowSizeChangeReason()
142 const sptr<IWindow>& WindowNode::GetWindowToken() const
147 void WindowNode::SetWindowToken(sptr<IWindow> window)
152 void WindowNode::SetInputEventCallingPid(int32_t pid)
157 void WindowNode::SetCallingPid(int32_t pid)
163 void WindowNode::SetCallingUid(int32_t uid)
168 void WindowNode::SetDragType(DragType dragType)
173 void WindowNode::SetOriginRect(const Rect& rect)
178 void WindowNode::SetTouchHotAreas(const std::vector<Rect>& rects)
183 void WindowNode::SetPointerHotAreas(const std::vector<Rect>& rects)
188 void WindowNode::SetWindowSizeLimits(const WindowLimits& sizeLimits)
193 void WindowNode::SetWindowUpdatedSizeLimits(const WindowLimits& sizeLimits)
198 void WindowNode::ComputeTransform()
203 void WindowNode::SetTransform(const Transform& trans)
208 Transform WindowNode::GetZoomTransform() const
213 void WindowNode::UpdateZoomTransform(const Transform& trans, bool isDisplayZoomOn)
222 WindowLimits WindowNode::GetWindowSizeLimits() const
227 WindowLimits WindowNode::GetWindowUpdatedSizeLimits() const
232 DragType WindowNode::GetDragType() const
237 bool WindowNode::GetStretchable() const
242 const Rect& WindowNode::GetOriginRect() const
247 DisplayId WindowNode::GetDisplayId() const
252 const std::string& WindowNode::GetWindowName() const
257 uint32_t WindowNode::GetWindowId() const
262 uint32_t WindowNode::GetParentId() const
267 Rect WindowNode::GetEntireWindowTouchHotArea() const
272 Rect WindowNode::GetEntireWindowPointerHotArea() const
277 Rect WindowNode::GetWindowRect() const
282 bool WindowNode::GetDecoStatus() const
287 Rect WindowNode::GetRequestRect() const
292 WindowType WindowNode::GetWindowType() const
297 WindowMode WindowNode::GetWindowMode() const
302 bool WindowNode::EnableDefaultAnimation(bool animationPlayed)
309 float WindowNode::GetBrightness() const
314 bool WindowNode::IsTurnScreenOn() const
319 bool WindowNode::IsKeepScreenOn() const
324 uint32_t WindowNode::GetWindowFlags() const
329 const sptr<WindowProperty>& WindowNode::GetWindowProperty() const
334 int32_t WindowNode::GetInputEventCallingPid() const
339 int32_t WindowNode::GetCallingPid() const
344 int32_t WindowNode::GetCallingUid() const
349 const std::unordered_map<WindowType, SystemBarProperty>& WindowNode::GetSystemBarProperty() const
354 bool WindowNode::IsSplitMode() const
360 WindowSizeChangeReason WindowNode::GetWindowSizeChangeReason() const
365 Orientation WindowNode::GetRequestedOrientation() const
370 std::vector<DisplayId> WindowNode::GetShowingDisplays() const
375 uint32_t WindowNode::GetModeSupportInfo() const
380 void WindowNode::GetTouchHotAreas(std::vector<Rect>& rects) const
385 void WindowNode::GetPointerHotAreas(std::vector<Rect>& rects) const
390 uint32_t WindowNode::GetAccessTokenId() const
395 void WindowNode::SetSnapshot(std::shared_ptr<Media::PixelMap> pixelMap)
400 std::shared_ptr<Media::PixelMap> WindowNode::GetSnapshot()
405 void WindowNode::SetAspectRatio(float ratio)
410 float WindowNode::GetAspectRatio() const
415 void WindowNode::SetWindowGravity(WindowGravity gravity, uint32_t percent)
420 void WindowNode::GetWindowGravity(WindowGravity& gravity, uint32_t& percent) const
425 void WindowNode::SetVisibilityState(WindowVisibilityState state)
430 WindowVisibilityState WindowNode::GetVisibilityState() const
435 bool WindowNode::GetTouchable() const