Searched refs:newBarIndex_ (Results 1 – 3 of 3) sorted by relevance
85 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()
89 newBarIndex_ = index; in ChangeByBar()179 if (target == newBarIndex_) { in PerformBuild()180 tabContent->ChangeScroll(newBarIndex_, fromController_); in PerformBuild()182 newBarIndex_ = -1; in PerformBuild()
65 int32_t newBarIndex_ = -1; variable