Home
last modified time | relevance | path

Searched defs:winRect (Results 1 – 12 of 12) sorted by relevance

/foundation/window/window_manager/wmserver/test/unittest/
Dwindow_layout_policy_test.cpp154 Rect winRect = { 50, 100, 400, 500 }; // rect: 50, 100, 400, 500 variable
242 Rect winRect = { variable
271 Rect winRect = { variable
892 Rect winRect = { 0, 0, 0, 0}; variable
938 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable
965 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable
1009 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable
1041 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable
1067 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable
1103 Rect winRect = { 0, 0, 400, 400 }; // width/height: 400 variable
[all …]
/foundation/window/window_manager/wmserver/src/
Dwindow_layout_policy.cpp371 const Rect& winRect, WindowSizeChangeReason reason) in NotifyClientAndAnimation()
400 Rect WindowLayoutPolicy::CalcEntireWindowHotZone(const sptr<WindowNode>& node, const Rect& winRect,… in CalcEntireWindowHotZone()
426 void WindowLayoutPolicy::CalcAndSetNodeHotZone(const Rect& winRect, const sptr<WindowNode>& node) in CalcAndSetNodeHotZone()
615 static void AdjustFixedOrientationRSSurfaceNode(const sptr<WindowNode>& node, const Rect& winRect, in AdjustFixedOrientationRSSurfaceNode()
645 static void SetBounds(const sptr<WindowNode>& node, const Rect& winRect, const Rect& preRect) in SetBounds()
678 void WindowLayoutPolicy::UpdateSurfaceBounds(const sptr<WindowNode>& node, const Rect& winRect, con… in UpdateSurfaceBounds()
Ddisplay_group_controller.cpp152 const auto& winRect = node->GetWindowRect(); in UpdateWindowShowingDisplays() local
193 const auto& winRect = node->GetWindowRect(); in UpdateWindowDisplayIdIfNeeded() local
Dstarting_window.cpp351 auto winRect = weak->GetWindowRect(); in AddNodeOnRSTree() local
Dwindow_layout_policy_tile.cpp352 Rect winRect = node->GetRequestRect(); in UpdateLayoutRect() local
Dremote_animation.cpp271 auto winRect = weakNode->GetWindowRect(); in GetTransitionFinishedCallback() local
772 auto winRect = node->GetWindowRect(); in PostProcessShowCallback() local
Dwindow_layout_policy_cascade.cpp436 Rect winRect = property->GetRequestRect(); in UpdateLayoutRect() local
Dwindow_node_container.cpp221 auto winRect = node->GetWindowRect(); in LayoutWhenAddWindowNode() local
/foundation/window/window_manager/window_scene/session/host/src/
Dmove_drag_controller.cpp529 int32_t sourceType, const WSRect& winRect) in IsPointInDragHotZone()
550 void MoveDragController::CalculateStartRectExceptHotZone(float vpr, const WSRect& winRect) in CalculateStartRectExceptHotZone()
571 …er::HandleMouseStyle(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, const WSRect& winRect) in HandleMouseStyle()
/foundation/arkui/ui_lite/frameworks/core/
Drender_manager.cpp173 Rect winRect = rootView->GetBoundWindow()->GetRect(); in RenderRect() local
/foundation/window/window_manager_lite/services/wms/
Dlite_wm.cpp427 Rect& winRect = window->config_.rect; in CalculateUpdateRegion() local
526 Rect& winRect = window->config_.rect; in DrawRegion() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_handler.cpp62 OHOS::Security::SecurityComponent::SecCompRect& winRect) in GetWindowRect()