Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_paint_method.h56 animationStartIndex_ = animationStartIndex; in SetAnimationStartIndex()
91 int32_t animationStartIndex_ = 0; variable
H A Doverlength_dot_indicator_modifier.cpp444 …tartIndex = isHorizontalAndRTL_ ? realItemCount_ - 1 - animationStartIndex_ : animationStartIndex_; in CalcTargetIndexOnDrag()
448 return animationStartIndex_; in CalcTargetIndexOnDrag()
450 return isHorizontalAndRTL_ ? animationStartIndex_ - 1 : animationStartIndex_ + 1; in CalcTargetIndexOnDrag()
454 return animationStartIndex_; in CalcTargetIndexOnDrag()
584 CalcTargetOverlongStatus(animationStartIndex_, animationEndIndex_); in CalcAnimationEndCenterX()
591 … if (currentSelectedIndex_ != targetSelectedIndex_ || animationStartIndex_ == animationEndIndex_) { in CalcAnimationEndCenterX()
604 …isHorizontalAndRTL_ ? animationStartIndex_ > animationEndIndex_ : animationStartIndex_ < animation… in CalcAnimationEndCenterX()
H A Doverlength_dot_indicator_modifier.h116 animationStartIndex_ = animationStartIndex; in SetAnimationStartIndex()
230 int32_t animationStartIndex_ = 0; variable
H A Doverlength_dot_indicator_paint_method.cpp63 dotIndicatorModifier_->SetAnimationStartIndex(animationStartIndex_); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp137 dotIndicatorModifier.animationStartIndex_ = 4;
211 dotIndicatorModifier.animationStartIndex_ = 0;
216 dotIndicatorModifier.animationStartIndex_ = 1;
245 dotIndicatorModifier.animationStartIndex_ = 1;