Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp87 if (useInitialIndex_ && pendingIndex < 0) { in FlushIndex()
95 useInitialIndex_ = false; in FlushIndex()
H A Drender_tab_content.h244 bool useInitialIndex_ = true; variable