Searched defs:displayRectMap (Results 1 – 4 of 4) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
D | display_group_controller.cpp | 150 auto displayRectMap = displayGroupInfo.GetAllDisplayRects(); in UpdateWindowShowingDisplays() local 199 const auto& displayRectMap = DisplayGroupInfo::GetInstance().GetAllDisplayRects(); in UpdateWindowDisplayIdIfNeeded() local 395 const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayCreate() 419 const std::map<DisplayId, Rect>& displayRectMap, in ProcessDisplayDestroy() 436 const std::map<DisplayId, Rect>& displayRectMap) in ProcessSystemBarRotation() 456 const std::map<DisplayId, Rect>& displayRectMap) in UpdateNodeSizeChangeReasonWithRotation() 483 const std::map<DisplayId, Rect>& displayRectMap, in ProcessDisplayChange() 516 const std::map<DisplayId, Rect>& displayRectMap, DisplayStateChangeType type) in ProcessDisplaySizeChangeOrRotation()
|
D | display_group_info.cpp | 55 auto displayRectMap = GetAllDisplayRects(); in UpdateLeftAndRightDisplayId() local 158 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRects() local
|
D | window_layout_policy.cpp | 184 …LayoutPolicy::UpdateDisplayRectAndDisplayGroupInfo(const std::map<DisplayId, Rect>& displayRectMap) in UpdateDisplayRectAndDisplayGroupInfo() 200 …tPolicy::ProcessDisplayCreate(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayCreate() 227 …Policy::ProcessDisplayDestroy(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplayDestroy() 258 … const std::map<DisplayId, Rect>& displayRectMap) in ProcessDisplaySizeChangeOrRotation() 552 const auto& displayRectMap = DisplayGroupInfo::GetInstance().GetAllDisplayRects(); in GetAvoidPosType() local
|
D | window_root.cpp | 100 auto displayRectMap = GetAllDisplayRectsByDMS(displayInfo); in GetWindowNodeContainer() local 1441 std::map<DisplayId, Rect>& displayRectMap) in ProcessExpandDisplayCreate() 1463 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRectsByDMS() local 1483 std::map<DisplayId, Rect> displayRectMap; in GetAllDisplayRectsByDisplayInfo() local 1514 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayCreate() local 1563 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayDestroy() local 1606 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap); in ProcessDisplayChange() local
|