Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp193 currentSelectedIndex_ = targetSelectedIndex_; in UpdateShrinkPaintProperty()
365 auto targetIndex = isHorizontalAndRTL_ ? currentSelectedIndex_ - 1 : currentSelectedIndex_ + 1; in UpdateSelectedCenterXOnDrag()
367 targetIndex = isHorizontalAndRTL_ ? currentSelectedIndex_ + 1 : currentSelectedIndex_ - 1; in UpdateSelectedCenterXOnDrag()
484 targetSelectedIndex_ = currentSelectedIndex_; in CalcTargetStatusOnLongPointMove()
524 targetSelectedIndex_ = currentSelectedIndex_; in CalcTargetStatusOnAllPointMoveForward()
566 targetSelectedIndex_ = currentSelectedIndex_; in CalcTargetStatusOnAllPointMoveBackward()
619 currentSelectedIndex_ = targetSelectedIndex_; in PlayIndicatorAnimation()
631 … isHorizontalAndRTL_ ? maxDisplayCount_ - 1 - currentSelectedIndex_ : currentSelectedIndex_; in PlayIndicatorAnimation()
707 currentSelectedIndex_ = pageIndex; in InitOverlongStatus()
710 targetSelectedIndex_ = currentSelectedIndex_; in InitOverlongStatus()
[all …]
H A Doverlength_dot_indicator_modifier.h181 currentSelectedIndex_ = targetSelectedIndex_; in UpdateCurrentStatus()
232 int32_t currentSelectedIndex_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp139 dotIndicatorModifier.currentSelectedIndex_ = 4;
164 dotIndicatorModifier.currentSelectedIndex_ = 0;
187 dotIndicatorModifier.currentSelectedIndex_ = 0;
309 dotIndicatorModifier.currentSelectedIndex_ = 2;
313 dotIndicatorModifier.currentSelectedIndex_ = 3;
317 dotIndicatorModifier.currentSelectedIndex_ = 6;
321 dotIndicatorModifier.currentSelectedIndex_ = 6;
574 indicatorModifier->currentSelectedIndex_ = 2;
601 indicatorModifier->currentSelectedIndex_ = 2;
612 indicatorModifier->currentSelectedIndex_ = 2;