Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.h147 bool NeedRemoveInPush() const in NeedRemoveInPush() function
H A Dnavdestination_group_node.cpp221 if (NeedRemoveInPush()) { in InitSystemTransitionPush()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.cpp1184 if (preTopNavDestination->NeedRemoveInPush()) { in TransitionWithOutAnimation()
2491 if ((isPopPage || preDestination->NeedRemoveInPush()) && isNotNeedAnimation) { in StartTransition()
2519 …ode->GetLastStandardIndex() > preDestination->GetIndex() || preDestination->NeedRemoveInPush()))) { in StartTransition()
2676 …sPopPage || lastStandardIndex > preDestination->GetIndex() || preDestination->NeedRemoveInPush()) { in FireShowAndHideLifecycle()
2683 if (isPopPage || (preDestination && preDestination->NeedRemoveInPush())) { in FireShowAndHideLifecycle()
H A Dnavigation_group_node.cpp271 if (navDestination->NeedRemoveInPush()) { in RemoveRedundantNavDestination()
730 if (preDestination->NeedRemoveInPush()) { in TransitionWithPush()
1352 if (preDestination && preDestination->NeedRemoveInPush()) { in PreNodeFinishCallback()