/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 262 Rect winRect = { variable 291 Rect winRect = { variable 911 Rect winRect = { 0, 0, 0, 0}; variable 954 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable 981 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable 1025 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable 1053 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable 1075 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable 1111 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable 1160 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable [all …]
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy.cpp | 373 const Rect& winRect, WindowSizeChangeReason reason) in NotifyClientAndAnimation() 402 Rect WindowLayoutPolicy::CalcEntireWindowHotZone(const sptr<WindowNode>& node, const Rect& winRect,… in CalcEntireWindowHotZone() 428 void WindowLayoutPolicy::CalcAndSetNodeHotZone(const Rect& winRect, const sptr<WindowNode>& node) in CalcAndSetNodeHotZone() 617 static void AdjustFixedOrientationRSSurfaceNode(const sptr<WindowNode>& node, const Rect& winRect, in AdjustFixedOrientationRSSurfaceNode() 647 static void SetBounds(const sptr<WindowNode>& node, const Rect& winRect, const Rect& preRect) in SetBounds() 680 void WindowLayoutPolicy::UpdateSurfaceBounds(const sptr<WindowNode>& node, const Rect& winRect, con… in UpdateSurfaceBounds()
|
H A D | display_group_controller.cpp | 152 const auto& winRect = node->GetWindowRect(); in UpdateWindowShowingDisplays() local 193 const auto& winRect = node->GetWindowRect(); in UpdateWindowDisplayIdIfNeeded() local
|
H A D | starting_window.cpp | 335 auto winRect = weak->GetWindowRect(); in AddNodeOnRSTree() local
|
H A D | window_layout_policy_tile.cpp | 352 Rect winRect = node->GetRequestRect(); in UpdateLayoutRect() local
|
H A D | remote_animation.cpp | 271 auto winRect = weakNode->GetWindowRect(); in GetTransitionFinishedCallback() local 774 auto winRect = node->GetWindowRect(); in PostProcessShowCallback() local
|
H A D | window_layout_policy_cascade.cpp | 437 Rect winRect = property->GetRequestRect(); in UpdateLayoutRect() local
|
H A D | window_node_container.cpp | 228 auto winRect = node->GetWindowRect(); in LayoutWhenAddWindowNode() local
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 158 WSRect winRect = { 100, 100, 1000, 1000 }; variable 690 WSRect winRect = { 10, 10, 10, 10 }; variable 705 WSRect winRect = { 5, 5, 0, 0 }; variable 720 WSRect winRect; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/ |
H A D | render_manager.cpp | 173 Rect winRect = rootView->GetBoundWindow()->GetRect(); in RenderRect() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 106 int32_t pointerPosX, int32_t pointerPosY, const WSRect& winRect) in SetOriginalValue() 652 int32_t sourceType, const WSRect& winRect) in IsPointInDragHotZone() 673 void MoveDragController::CalculateStartRectExceptHotZone(float vpr, const WSRect& winRect) in CalculateStartRectExceptHotZone()
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wm.cpp | 427 Rect& winRect = window->config_.rect; in CalculateUpdateRegion() local 526 Rect& winRect = window->config_.rect; in DrawRegion() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 65 OHOS::Security::SecurityComponent::SecCompRect& winRect) in GetWindowRect()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 327 Rect winRect = property->GetWindowRect(); in HandleConnect() local
|