Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp1018 auto rightThirdIndicatorIndex = maxDisplayCount_ - 1 - THIRD_POINT_INDEX; in CalcTargetSelectedIndexOnForward() local
1020 if (currentSelectedIndex_ == rightThirdIndicatorIndex) { in CalcTargetSelectedIndexOnForward()
1026 } else if (currentSelectedIndex_ < rightThirdIndicatorIndex) { in CalcTargetSelectedIndexOnForward()
1028 …step = std::min(targetPageIndex - currentPageIndex, rightThirdIndicatorIndex - currentSelectedInde… in CalcTargetSelectedIndexOnForward()
1030 step = rightThirdIndicatorIndex - currentSelectedIndex_ + 1; in CalcTargetSelectedIndexOnForward()
1032 step = rightThirdIndicatorIndex - currentSelectedIndex_ + THIRD_POINT_INDEX; in CalcTargetSelectedIndexOnForward()