Searched refs:curItemsWidth (Results 1 – 1 of 1) sorted by relevance
288 double curItemsWidth = tabsWidth_[index_]; in SetScrollIndicator() local289 indicatorPlusX_ = curItemsWidth * percent; in SetScrollIndicator()292 indicatorPlusX_ = curItemsWidth * (1.0 - std::abs(percent)); in SetScrollIndicator()294 indicatorPlusX_ = curItemsWidth * (1.0 - std::abs(percent)) * -1.0; in SetScrollIndicator()297 indicatorPlusWidth_ = (curItemsWidth - newItemsWidth) * std::abs(percent); in SetScrollIndicator()