Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp169 dotIndicatorModifier.animationStartCenterX_ = animationStartCenterX;
192 dotIndicatorModifier.animationStartCenterX_ = animationStartCenterX;
238 dotIndicatorModifier.animationStartCenterX_ = animationStartCenterX;
253 EXPECT_EQ(dotIndicatorModifier.animationStartCenterX_.size(), 6);
448 indicatorModifier->animationStartCenterX_ = { 5.0f };
458 auto CenterXStart = indicatorModifier->animationStartCenterX_[0];
487 indicatorModifier->animationStartCenterX_ = {50.0f, 80.0f, 110.0f, 140.0f, 170.0f};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp249 vectorBlackPointCenterX_->Set(animationStartCenterX_); in PlayBlackPointsAnimation()
434animationStartCenterX_[i] + (animationEndCenterX_[i] - animationStartCenterX_[i]) * moveRate; in UpdateUnselectedCenterXOnDrag()
472 animationStartCenterX_.resize(maxDisplayCount_); in CalcTargetStatusOnLongPointMove()
498 animationStartCenterX_[maxDisplayCount_] = in CalcTargetStatusOnAllPointMoveForward()
499 animationStartCenterX_[0] - animationStartIndicatorWidth_[0] - itemSpacePx; in CalcTargetStatusOnAllPointMoveForward()
544 animationStartCenterX_[maxDisplayCount_] = animationStartCenterX_[maxDisplayCount_ - 1] + in CalcTargetStatusOnAllPointMoveBackward()
587 animationStartCenterX_ = startCenterX.first; in CalcAnimationEndCenterX()
H A Doverlength_dot_indicator_modifier.h76 animationStartCenterX_ = animationStartCenterX; in SetAnimationStartCenterX()
220 LinearVector<float> animationStartCenterX_ = {}; variable
H A Doverlength_dot_indicator_paint_method.h83 LinearVector<float> animationStartCenterX_ = {}; variable