Home
last modified time | relevance | path

Searched refs:animationEndIndex_ (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.h61 animationEndIndex_ = animationEndIndex; in SetAnimationEndIndex()
92 int32_t animationEndIndex_ = 0; variable
H A Doverlength_dot_indicator_modifier.h121 animationEndIndex_ = animationEndIndex; in SetAnimationEndIndex()
126 return animationEndIndex_; in GetAnimationEndIndex()
231 int32_t animationEndIndex_ = 0; variable
H A Doverlength_dot_indicator_modifier.cpp441 return animationEndIndex_; in CalcTargetIndexOnDrag()
445 …auto endIndex = isHorizontalAndRTL_ ? realItemCount_ - 1 - animationEndIndex_ : animationEndIndex_; in CalcTargetIndexOnDrag()
457 return animationEndIndex_; in CalcTargetIndexOnDrag()
581 animationEndIndex_ = CalcTargetIndexOnDrag(); in CalcAnimationEndCenterX()
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_paint_method.cpp64 dotIndicatorModifier_->SetAnimationEndIndex(animationEndIndex_); in UpdateContentModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp138 dotIndicatorModifier.animationEndIndex_ = 5;
202 dotIndicatorModifier.animationEndIndex_ = 1;
246 dotIndicatorModifier.animationEndIndex_ = 2;