Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp227 RefPtr<UINode> remainDestination = GetNavDestinationNode(remainChild); in RemoveRedundantNavDestination() local
250 if (navDestination == remainDestination) { in RemoveRedundantNavDestination()
305 navigationContentNode, maxAnimatingDestination, remainDestination, curTopDestination); in RemoveRedundantNavDestination()
310 …RefPtr<UINode>& maxAnimatingDestination, RefPtr<UINode>& remainDestination, RefPtr<UINode>& curTop… in ReorderAnimatingDestination() argument
313 if (maxAnimatingIndex != -1 && remainDestination) { in ReorderAnimatingDestination()
314 remainDestination->MovePosition(maxAnimatingIndex + 1); in ReorderAnimatingDestination()
316 auto remainIndex = navigationContentNode->GetChildIndex(remainDestination); in ReorderAnimatingDestination()
H A Dnavigation_group_node.h301 RefPtr<UINode>& remainDestination, RefPtr<UINode>& curTopDestination);