Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_tile.cpp162 const auto& requestRect = node->GetRequestRect(); in PerformWindowLayout() local
H A Ddisplay_group_controller.cpp237 Rect requestRect = node->GetRequestRect(); in ChangeToRectInDisplayGroup() local
H A Dwindow_layout_policy_cascade.cpp173 const auto& requestRect = node->GetRequestRect(); in PerformWindowLayout() local
H A Dwindow_controller.cpp437 auto requestRect = node->GetRequestRect(); in RelayoutKeyboard() local
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp224 Rect requestRect { 0, 0, 0, 0 }; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp150 Rect requestRect = {0, 0, requestWidth, requestHeight}; in ShowPictureInPictureWindow() local
H A Dwindow_scene_session_impl.cpp1083 const auto& requestRect = GetRequestRect(); in PreLayoutOnShow() local
1475 const auto& requestRect = GetRequestRect(); in MoveTo() local
1551 const auto& requestRect = GetRequestRect(); in MoveWindowToGlobal() local
1714 const auto& requestRect = GetRequestRect(); in Resize() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp551 auto requestRect = sessionProperty->GetRequestRect(); in RelayoutKeyBoard() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp811 Rect requestRect = {0, 0, 0, 0}; variable
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp52 void WindowProperty::SetRequestRect(const Rect& requestRect) in SetRequestRect()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp168 void WindowSessionProperty::SetRequestRect(const Rect& requestRect) in SetRequestRect()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp353 Rect requestRect{0, 0, 100, 100}; variable