Home
last modified time | relevance | path

Searched refs:displayGroupWindowTree_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_controller_test.cpp70 displayGroupController_->displayGroupWindowTree_.clear(); in SetUp()
776 DisplayGroupWindowTree displayGroupWindowTree_; variable
777 displayGroupWindowTree_.find(displayId) = displayGroupWindowTree_.end();
795 DisplayGroupWindowTree displayGroupWindowTree_; variable
796 displayGroupWindowTree_.find(displayId) = displayGroupWindowTree_.end();
813 DisplayGroupWindowTree displayGroupWindowTree_; variable
814 displayGroupWindowTree_.find(displayId) = displayGroupWindowTree_.end();
831 DisplayGroupWindowTree displayGroupWindowTree_; variable
832 displayGroupWindowTree_.find(displayId) = displayGroupWindowTree_.end();
849 DisplayGroupWindowTree displayGroupWindowTree_; variable
[all …]
H A Dwindow_layout_policy_test.cpp460 layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::APP_WINDOW_NODE]->push_back(node);
494 layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::APP_WINDOW_NODE]->push_back(node);
501 …layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::ABOVE_WINDOW_NODE]->push_back(aboveN…
748 …layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::ABOVE_WINDOW_NODE]->push_back(dockNo…
796 …layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::ABOVE_WINDOW_NODE]->push_back(dockNo…
836 …layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::ABOVE_WINDOW_NODE]->push_back(dockNo…
1080 …layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::ABOVE_WINDOW_NODE]->push_back(dockNo…
1166 …layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::ABOVE_WINDOW_NODE]->push_back(dockNo…
1204 …layoutPolicy_->displayGroupWindowTree_[0][WindowRootNodeType::ABOVE_WINDOW_NODE]->push_back(dockNo…
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_controller.cpp51 displayGroupWindowTree_.insert(std::make_pair(displayId, std::move(displayWindowTree))); in InitNewDisplay()
61 if (displayGroupWindowTree_.find(displayId) != displayGroupWindowTree_.end()) { in GetWindowNodesByDisplayIdAndRootType()
62 auto& displayWindowTree = displayGroupWindowTree_[displayId]; in GetWindowNodesByDisplayIdAndRootType()
87 for (auto& elem : displayGroupWindowTree_) { in UpdateDisplayGroupWindowTree()
113 for (auto& iter : displayGroupWindowTree_) { in ProcessCrossNodes()
358 if (displayGroupWindowTree_.find(displayId) == displayGroupWindowTree_.end()) { in ProcessNotCrossNodesOnDestroyedDisplay()
370 … if (displayGroupWindowTree_[displayId].find(type) == displayGroupWindowTree_[displayId].end()) { in ProcessNotCrossNodesOnDestroyedDisplay()
373 auto nodesVec = *(displayGroupWindowTree_[displayId][type]); in ProcessNotCrossNodesOnDestroyedDisplay()
541 displayGroupWindowTree_.erase(displayId); in ClearMapOfDestroyedDisplay()
H A Dwindow_layout_policy_cascade.cpp61 …const auto& appWindowNodeVec = *(displayGroupWindowTree_[displayId][WindowRootNodeType::APP_WINDOW… in Reorder()
117 …if (displayGroupWindowTree_[displayId].find(rootType) == displayGroupWindowTree_[displayId].end())… in LayoutSplitNodes()
120 auto appWindowNodeVec = *(displayGroupWindowTree_[displayId][rootType]); in LayoutSplitNodes()
575 displayGroupWindowTree_[displayId][WindowRootNodeType::APP_WINDOW_NODE]); in GetCurCascadeRect()
577 displayGroupWindowTree_[displayId][WindowRootNodeType::ABOVE_WINDOW_NODE]); in GetCurCascadeRect()
669 auto& displayWindowTree = displayGroupWindowTree_[displayId]; in GetDockWindowShowState()
H A Dwindow_layout_policy_tile.cpp53 auto& displayWindowTree = displayGroupWindowTree_[displayId]; in Launch()
119 …const auto& appWindowNodes = *(displayGroupWindowTree_[displayId][WindowRootNodeType::APP_WINDOW_N… in InitTileQueue()
H A Dwindow_layout_policy.cpp38 : displayGroupWindowTree_(displayGroupWindowTree) in WindowLayoutPolicy()
170 auto& displayWindowTree = displayGroupWindowTree_[displayId]; in UpdateRectInDisplayGroupForAllNodes()
307 for (auto& iter : displayGroupWindowTree_) { in NotifyAnimationSizeChangeIfNeeded()
334 auto& displayWindowTree = displayGroupWindowTree_[displayId]; in LayoutWindowTree()
H A Dwindow_node_container.cpp81 displayGroupController_->displayGroupWindowTree_); in WindowNodeContainer()
83 displayGroupController_->displayGroupWindowTree_); in WindowNodeContainer()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Ddisplay_group_controller.h58 DisplayGroupWindowTree displayGroupWindowTree_; variable
H A Dwindow_layout_policy.h118 DisplayGroupWindowTree& displayGroupWindowTree_; variable