Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.h589 int32_t lastPreIndex_ = false; variable
H A Dnavigation_pattern.cpp664 lastPreIndex_ = 0; in SyncWithJsStackIfNeeded()
666 lastPreIndex_ = navigationStack_->FindIndex(preTopNavPath_->first, in SyncWithJsStackIfNeeded()
2400 operation = lastPreIndex_ == -1 ? NavigationOperation::POP : NavigationOperation::PUSH; in FireInterceptionEvent()