Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/src/
Ddisplay_group_controller.cpp151 auto displayRectMap = displayGroupInfo.GetAllDisplayRects(); in UpdateWindowShowingDisplays() local
200 const auto& displayRectMap = DisplayGroupInfo::GetInstance().GetAllDisplayRects(); in UpdateWindowDisplayIdIfNeeded() local
402 const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayCreate()
426 const std::map<DisplayId, Rect>& displayRectMap, in ProcessDisplayDestroy()
443 const std::map<DisplayId, Rect>& displayRectMap) in ProcessSystemBarRotation()
463 const std::map<DisplayId, Rect>& displayRectMap) in UpdateNodeSizeChangeReasonWithRotation()
490 const std::map<DisplayId, Rect>& displayRectMap, in ProcessDisplayChange()
523 const std::map<DisplayId, Rect>& displayRectMap, DisplayStateChangeType type) in ProcessDisplaySizeChangeOrRotation()
Ddisplay_group_info.cpp55 auto displayRectMap = GetAllDisplayRects(); in UpdateLeftAndRightDisplayId() local
158 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRects() local
Dwindow_layout_policy.cpp187 …LayoutPolicy::UpdateDisplayRectAndDisplayGroupInfo(const std::map<DisplayId, Rect>& displayRectMap) in UpdateDisplayRectAndDisplayGroupInfo()
203 …tPolicy::ProcessDisplayCreate(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayCreate()
230 …Policy::ProcessDisplayDestroy(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayDestroy()
261 … const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplaySizeChangeOrRotation()
554 const auto& displayRectMap = DisplayGroupInfo::GetInstance().GetAllDisplayRects(); in GetAvoidPosType() local
Dwindow_root.cpp108 auto displayRectMap = GetAllDisplayRectsByDMS(displayInfo); in GetWindowNodeContainer() local
1590 std::map<DisplayId, Rect>& displayRectMap) in ProcessExpandDisplayCreate()
1612 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRectsByDMS() local
1632 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRectsByDisplayInfo() local
1663 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayCreate() local
1712 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayDestroy() local
1755 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayChange() local
/foundation/window/window_manager/wmserver/test/unittest/
Ddisplay_group_controller_test.cpp648 std::map<DisplayId, Rect> displayRectMap; variable
663 std::map<DisplayId, Rect> displayRectMap; variable
Dwindow_root_test.cpp1015 std::map<DisplayId, Rect> displayRectMap = {}; variable