Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp182 vectorBlackPointCenterX_->Set(animationEndCenterX_); in UpdateShrinkPaintProperty()
259 vectorBlackPointCenterX_->Set(animationEndCenterX_); in PlayBlackPointsAnimation()
432 for (size_t i = 0; i < animationEndCenterX_.size(); i++) { in UpdateUnselectedCenterXOnDrag()
433 animationEndCenterX_[i] = in UpdateUnselectedCenterXOnDrag()
463 animationEndCenterX_ = endCenterX.first; in CalcTargetStatusOnLongPointMove()
473 animationEndCenterX_.resize(maxDisplayCount_); in CalcTargetStatusOnLongPointMove()
509 animationEndCenterX_[i] = targetCenterX.first[i + 1]; in CalcTargetStatusOnAllPointMoveForward()
514 animationEndCenterX_[maxDisplayCount_ - 1] = in CalcTargetStatusOnAllPointMoveForward()
551 animationEndCenterX_[0] = targetCenterX.first[0] - distance; in CalcTargetStatusOnAllPointMoveBackward()
556 animationEndCenterX_[i] = targetCenterX.first[i - 1]; in CalcTargetStatusOnAllPointMoveBackward()
[all …]
H A Doverlength_dot_indicator_modifier.h81 animationEndCenterX_ = animationEndCenterX; in SetAnimationEndCenterX()
221 LinearVector<float> animationEndCenterX_ = {}; variable
H A Doverlength_dot_indicator_paint_method.h84 LinearVector<float> animationEndCenterX_ = {}; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp167 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;
190 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;
195 EXPECT_EQ(dotIndicatorModifier.animationEndCenterX_[0], 13.0f);
196 EXPECT_EQ(dotIndicatorModifier.animationEndCenterX_[1], 25.f);
236 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;
449 indicatorModifier->animationEndCenterX_ = { 6.0f };
459 auto CenterXEnd = indicatorModifier->animationEndCenterX_[0];
467 EXPECT_NEAR(expectCenterX, indicatorModifier->animationEndCenterX_[0], 0.001f);
490 indicatorModifier->animationEndCenterX_ = {60.0f, 90.0f, 110.0f, 140.0f, 170.0f};