Home
last modified time | relevance | path

Searched refs:presetRectsMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy_tile.cpp91 auto& presetRectsForAllLevel = presetRectsMap_[displayId]; in InitTileRects()
145 const auto& presetRectsForAllLevel = presetRectsMap_[displayId]; in IsTileRectSatisfiedWithSizeLimits()
257 auto& presetRectsForAllLevel = presetRectsMap_[displayId]; in IsValidTileQueueAndPresetRects()
310 auto rectIt = presetRectsMap_[displayId][num - 1].begin(); in ApplyPresetRectForTileWindows()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_layout_policy_tile.h65 std::map<DisplayId, std::vector<std::vector<Rect>>> presetRectsMap_; variable