Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.h56 return pendingIndex_; in GetPendingIndex()
88 int32_t pendingIndex_ = -1; variable
H A Dtab_controller.cpp89 if (pendingIndex_ == index || index < 0) { in SetPendingIndex()
92 pendingIndex_ = index; in SetPendingIndex()