Searched refs:appNode (Results 1 – 10 of 10) sorted by relevance
345 appNode->SetWindowToken(token);348 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;414 appNode->SetWindowToken(token);417 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;465 appNode->SetWindowToken(token);468 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;1142 appNode->SetWindowToken(token);1144 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;1169 appNode->SetWindowToken(token);1171 wms->windowController_->windowRoot_->windowNodeMap_[appNode->GetWindowId()] = appNode;[all …]
166 for (auto& appNode : avoidAreaListenerNodes_) { in UpdateOverlayWindowIfNeed() local167 if (checkFunc != nullptr && checkFunc(appNode)) { in UpdateOverlayWindowIfNeed()168 bool res = UpdateAvoidAreaIfNeed(GetAvoidAreaByType(appNode, type), appNode, type); in UpdateOverlayWindowIfNeed()170 lastSoftInputKeyboardAreaUpdatedWindowId_ = appNode->GetWindowId(); in UpdateOverlayWindowIfNeed()
1999 for (auto& appNode : appWindowNode_->children_) { in MinimizeOldestAppWindow() local2005 for (auto& appNode : aboveAppWindowNode_->children_) { in MinimizeOldestAppWindow() local2030 for (auto& appNode : root->children_) { in MinimizeOldestMainFloatingWindow() local2031 WindowType windowType = appNode->GetWindowType(); in MinimizeOldestMainFloatingWindow()2033 uint32_t winId = appNode->GetWindowId(); in MinimizeOldestMainFloatingWindow()2078 for (auto& appNode : children) { in BackUpAllAppWindows() local2082 auto windowMode = appNode->GetWindowMode(); in BackUpAllAppWindows()2087 displayIdSet.insert(appNode->GetDisplayId()); in BackUpAllAppWindows()2089 for (auto& appNode : children) { in BackUpAllAppWindows() local2163 for (auto& appNode : appWindowNode_->children_) { in MinimizeAppNodeExceptOptions() local[all …]
221 std::shared_ptr<RSSurfaceRenderNode>& appNode);238 void UpdateHwcNodeDirtyRegionForApp(std::shared_ptr<RSSurfaceRenderNode>& appNode,
1895 …d RSUniRenderVisitor::UpdateHwcNodeDirtyRegionForApp(std::shared_ptr<RSSurfaceRenderNode>& appNode, in UpdateHwcNodeDirtyRegionForApp() argument1902 appNode->GetDirtyManager()->MergeDirtyRect(hwcNode->GetDstRect()); in UpdateHwcNodeDirtyRegionForApp()1909 appNode->GetDirtyManager()->MergeDirtyRect(hwcNode->GetOldDirtyInSurface()); in UpdateHwcNodeDirtyRegionForApp()1912 !appNode->GetVisibleRegion().IsEmpty()) { in UpdateHwcNodeDirtyRegionForApp()1983 std::shared_ptr<RSSurfaceRenderNode>& appNode) in UpdateChildHwcNodeEnableByHwcNodeBelow() argument1985 const auto& hwcNodes = appNode->GetChildHardwareEnabledNodes(); in UpdateChildHwcNodeEnableByHwcNodeBelow()
742 std::vector<std::shared_ptr<RSSurfaceRenderNode>> appNode; variable743 ASSERT_FALSE(node->LeashWindowRelatedAppWindowOccluded(appNode));746 ASSERT_TRUE(node->LeashWindowRelatedAppWindowOccluded(appNode));750 ASSERT_TRUE(node->LeashWindowRelatedAppWindowOccluded(appNode));
959 auto appNode = std::make_shared<RSSurfaceRenderNode>(DEFAULT_NODE_ID + 2); variable960 appNode->nodeType_ = RSSurfaceNodeType::APP_WINDOW_NODE;961 leashNode->AddChild(appNode);962 leashNode->UpdateSubSurfaceCnt(appNode->subSurfaceCnt_);967 appNode->AddChild(antherApp);968 appNode->UpdateSubSurfaceCnt(antherApp->subSurfaceCnt_);
2077 std::vector<std::shared_ptr<RSSurfaceRenderNode>> appNode; variable2078 ASSERT_FALSE(node->LeashWindowRelatedAppWindowOccluded(appNode));
3820 auto appNode = std::make_shared<RSSurfaceRenderNode>(id + 2, context); variable3821 appNode->nodeType_ = RSSurfaceNodeType::APP_WINDOW_NODE;3822 leashNode->AddChild(appNode);3826 context->nodeMap.RegisterRenderNode(appNode);3853 auto appNode = std::make_shared<RSSurfaceRenderNode>(id + 2, context); variable3854 appNode->nodeType_ = RSSurfaceNodeType::APP_WINDOW_NODE;3855 leashNode->AddChild(appNode);3857 leashNode->RemoveChild(appNode);3862 context->nodeMap.RegisterRenderNode(appNode);
911 …ol LeashWindowRelatedAppWindowOccluded(std::vector<std::shared_ptr<RSSurfaceRenderNode>>& appNode);