Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp288 double curItemsWidth = tabsWidth_[index_]; in SetScrollIndicator() local
289 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()