Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp316 auto remainIndex = navigationContentNode->GetChildIndex(remainDestination); in ReorderAnimatingDestination() local
317 if (remainIndex != -1 && curTopDestination) { in ReorderAnimatingDestination()
318 curTopDestination->MovePosition(remainIndex + 1); in ReorderAnimatingDestination()