Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp569 auto backButtonNodeContext = backButtonNode->GetRenderContext(); in BackButtonAnimation() local
570 CHECK_NULL_RETURN(backButtonNodeContext, nullptr); in BackButtonAnimation()
574 backButtonNodeContext->SetOpacity(0.0f); in BackButtonAnimation()
576 [weakRender = WeakPtr<RenderContext>(backButtonNodeContext)]() { in BackButtonAnimation()
583 backButtonNodeContext->SetOpacity(1.0f); in BackButtonAnimation()
585 [weakRender = WeakPtr<RenderContext>(backButtonNodeContext)]() { in BackButtonAnimation()