Home
last modified time | relevance | path

Searched refs:animationStartIndex (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_paint_method.h54 void SetAnimationStartIndex(int32_t animationStartIndex) in SetAnimationStartIndex() argument
56 animationStartIndex_ = animationStartIndex; in SetAnimationStartIndex()
H A Doverlength_dot_indicator_modifier.h114 void SetAnimationStartIndex(int32_t animationStartIndex) in SetAnimationStartIndex() argument
116 animationStartIndex_ = animationStartIndex; in SetAnimationStartIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp888 auto animationStartIndex = swiperPattern->GetLoopIndex(swiperPattern->GetCurrentIndex()); in UpdateOverlongPaintMethod() local
893animationStartIndex = startIndex_ ? startIndex_.value() : overlongDotIndicatorModifier_->GetAnimat… in UpdateOverlongPaintMethod()
909 …auto keepStatus = !isSwiperTouchDown && !isSwiperAnimationRunning && animationStartIndex != animat… in UpdateOverlongPaintMethod()
919 …auto loopDrag = (animationStartIndex == 0 && animationEndIndex == totalCount - 1 && turnPageRateAb… in UpdateOverlongPaintMethod()
921 … (animationStartIndex == animationEndIndex && animationEndIndex == totalCount - 1 && in UpdateOverlongPaintMethod()
934 overlongPaintMethod->SetAnimationStartIndex(animationStartIndex); in UpdateOverlongPaintMethod()