Searched refs:childNodeSurface (Results 1 – 1 of 1) sorted by relevance
2435 … const auto& childNodeSurface = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(childNode); in LeashWindowRelatedAppWindowOccluded() local2436 if (childNodeSurface && childNodeSurface->GetVisibleRegion().IsEmpty()) { in LeashWindowRelatedAppWindowOccluded()2437 appNodes.emplace_back(childNodeSurface); in LeashWindowRelatedAppWindowOccluded()2452 … if (auto childNodeSurface = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(childNode)) { in GetLeashWindowNestedSurfaces() local2453 res.emplace_back(childNodeSurface); in GetLeashWindowNestedSurfaces()