Searched refs:maxAnimatingDestination (Results 1 – 2 of 2) sorted by relevance
226 RefPtr<UINode> maxAnimatingDestination = nullptr; in RemoveRedundantNavDestination() local272 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() argument312 auto maxAnimatingIndex = navigationContentNode->GetChildIndex(maxAnimatingDestination); in ReorderAnimatingDestination()
300 …atingDestination(RefPtr<FrameNode>& navigationContentNode, RefPtr<UINode>& maxAnimatingDestination,