Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_layout_algorithm.cpp217 auto navBarContentRenderContext = navBarContentNode->GetRenderContext(); in CheckIgnoreLayoutSafeArea() local
218 navBarContentRenderContext->UpdateClipEdge(false); in CheckIgnoreLayoutSafeArea()
H A Dnavigation_model_ng.cpp307 auto navBarContentRenderContext = navBarContentNode->GetRenderContext(); in CreateNavBarNodeChildsIfNeeded() local
308 CHECK_NULL_RETURN(navBarContentRenderContext, false); in CreateNavBarNodeChildsIfNeeded()
309 navBarContentRenderContext->UpdateClipEdge(true); in CreateNavBarNodeChildsIfNeeded()
1524 auto navBarContentRenderContext = navBarContentNode->GetRenderContext(); in CreateFrameNode() local
1525 CHECK_NULL_RETURN(navBarContentRenderContext, nullptr); in CreateFrameNode()
1526 navBarContentRenderContext->UpdateClipEdge(true); in CreateFrameNode()