Lines Matching refs:WindowNode

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