Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp85 if (newIndex_ < 0 && newBarIndex_ < 0) { in PerformBuild()
122 if (target == newBarIndex_) { in PerformBuild()
124 tabContent->ChangeScroll(newBarIndex_, fromController_); in PerformBuild()
126 newBarIndex_ = -1; in PerformBuild()
135 newBarIndex_ = index; in ChangeByBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.cpp89 newBarIndex_ = index; in ChangeByBar()
179 if (target == newBarIndex_) { in PerformBuild()
180 tabContent->ChangeScroll(newBarIndex_, fromController_); in PerformBuild()
182 newBarIndex_ = -1; in PerformBuild()
H A Dtab_content_element.h65 int32_t newBarIndex_ = -1; variable