Home
last modified time | relevance | path

Searched refs:maxAnimatingDestination (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.cpp226 RefPtr<UINode> maxAnimatingDestination = nullptr; in RemoveRedundantNavDestination() local
272 if (maxAnimatingDestination == nullptr) { in RemoveRedundantNavDestination()
273 maxAnimatingDestination = navDestination; in RemoveRedundantNavDestination()
305 navigationContentNode, maxAnimatingDestination, remainDestination, curTopDestination); in RemoveRedundantNavDestination()
310 …RefPtr<UINode>& maxAnimatingDestination, RefPtr<UINode>& remainDestination, RefPtr<UINode>& curTop… in ReorderAnimatingDestination() argument
312 auto maxAnimatingIndex = navigationContentNode->GetChildIndex(maxAnimatingDestination); in ReorderAnimatingDestination()
H A Dnavigation_group_node.h300 …atingDestination(RefPtr<FrameNode>& navigationContentNode, RefPtr<UINode>& maxAnimatingDestination,