Searched refs:remainDestination (Results 1 – 2 of 2) sorted by relevance
227 RefPtr<UINode> remainDestination = GetNavDestinationNode(remainChild); in RemoveRedundantNavDestination() local250 if (navDestination == remainDestination) { in RemoveRedundantNavDestination()305 navigationContentNode, maxAnimatingDestination, remainDestination, curTopDestination); in RemoveRedundantNavDestination()310 …RefPtr<UINode>& maxAnimatingDestination, RefPtr<UINode>& remainDestination, RefPtr<UINode>& curTop… in ReorderAnimatingDestination() argument313 if (maxAnimatingIndex != -1 && remainDestination) { in ReorderAnimatingDestination()314 remainDestination->MovePosition(maxAnimatingIndex + 1); in ReorderAnimatingDestination()316 auto remainIndex = navigationContentNode->GetChildIndex(remainDestination); in ReorderAnimatingDestination()
301 RefPtr<UINode>& remainDestination, RefPtr<UINode>& curTopDestination);