Home
last modified time | relevance | path

Searched defs:displayRectMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_controller.cpp150 auto displayRectMap = displayGroupInfo.GetAllDisplayRects(); in UpdateWindowShowingDisplays() local
199 const auto& displayRectMap = DisplayGroupInfo::GetInstance().GetAllDisplayRects(); in UpdateWindowDisplayIdIfNeeded() local
401 const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayCreate()
425 const std::map<DisplayId, Rect>& displayRectMap, in ProcessDisplayDestroy()
442 const std::map<DisplayId, Rect>& displayRectMap) in ProcessSystemBarRotation()
462 const std::map<DisplayId, Rect>& displayRectMap) in UpdateNodeSizeChangeReasonWithRotation()
489 const std::map<DisplayId, Rect>& displayRectMap, in ProcessDisplayChange()
522 const std::map<DisplayId, Rect>& displayRectMap, DisplayStateChangeType type) in ProcessDisplaySizeChangeOrRotation()
H A Ddisplay_group_info.cpp55 auto displayRectMap = GetAllDisplayRects(); in UpdateLeftAndRightDisplayId() local
158 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRects() local
H A Dwindow_layout_policy.cpp186 …LayoutPolicy::UpdateDisplayRectAndDisplayGroupInfo(const std::map<DisplayId, Rect>& displayRectMap) in UpdateDisplayRectAndDisplayGroupInfo()
202 …tPolicy::ProcessDisplayCreate(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayCreate()
229 …Policy::ProcessDisplayDestroy(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayDestroy()
260 … const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplaySizeChangeOrRotation()
554 const auto& displayRectMap = DisplayGroupInfo::GetInstance().GetAllDisplayRects(); in GetAvoidPosType() local
H A Dwindow_root.cpp107 auto displayRectMap = GetAllDisplayRectsByDMS(displayInfo); in GetWindowNodeContainer() local
1574 std::map<DisplayId, Rect>& displayRectMap) in ProcessExpandDisplayCreate()
1596 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRectsByDMS() local
1616 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRectsByDisplayInfo() local
1647 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayCreate() local
1696 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayDestroy() local
1739 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayChange() local
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_controller_test.cpp715 std::map<DisplayId, Rect> displayRectMap; variable
730 std::map<DisplayId, Rect> displayRectMap; variable
748 std::map<DisplayId, Rect> displayRectMap = {}; variable
H A Dwindow_root_test.cpp1015 std::map<DisplayId, Rect> displayRectMap = {}; variable