Home
last modified time | relevance | path

Searched refs:animationEndIndicatorHeight_ (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.cpp184 unselectedIndicatorHeight_->Set(animationEndIndicatorHeight_); in UpdateShrinkPaintProperty()
261 unselectedIndicatorHeight_->Set(animationEndIndicatorHeight_); in PlayBlackPointsAnimation()
426 for (size_t i = 0; i < animationEndIndicatorHeight_.size(); i++) { in UpdateUnselectedCenterXOnDrag()
427 animationEndIndicatorHeight_[i] = in UpdateUnselectedCenterXOnDrag()
429 (animationEndIndicatorHeight_[i] - animationStartIndicatorHeight_[i]) * moveRate; in UpdateUnselectedCenterXOnDrag()
477 animationEndIndicatorHeight_.resize(maxDisplayCount_); in CalcTargetStatusOnLongPointMove()
506 animationEndIndicatorHeight_[maxDisplayCount_] = targetIndicatorHeight[0]; in CalcTargetStatusOnAllPointMoveForward()
511 animationEndIndicatorHeight_[i] = targetIndicatorHeight[i + 1]; in CalcTargetStatusOnAllPointMoveForward()
553 animationEndIndicatorHeight_[0] = targetIndicatorHeight[0]; in CalcTargetStatusOnAllPointMoveBackward()
558 animationEndIndicatorHeight_[i] = targetIndicatorHeight[i - 1]; in CalcTargetStatusOnAllPointMoveBackward()
[all …]
H A Doverlength_dot_indicator_modifier.h101 animationEndIndicatorHeight_ = animationEndIndicatorHeight; in SetAnimationEndIndicatorHeight()
225 LinearVector<float> animationEndIndicatorHeight_ = {}; variable
H A Doverlength_dot_indicator_paint_method.h88 LinearVector<float> animationEndIndicatorHeight_ = {}; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp133 EXPECT_EQ(dotIndicatorModifier.animationEndIndicatorHeight_.size(), 1);
151 EXPECT_EQ(dotIndicatorModifier.animationEndIndicatorHeight_.size(), 8);
152 EXPECT_DOUBLE_EQ(dotIndicatorModifier.animationEndIndicatorHeight_[0], 2.f);
447 indicatorModifier->animationEndIndicatorHeight_ = { 4.0f };
457 auto heightEnd = indicatorModifier->animationEndIndicatorHeight_[0];
466 EXPECT_NEAR(expectHeight, indicatorModifier->animationEndIndicatorHeight_[0], 0.001f);
492 indicatorModifier->animationEndIndicatorHeight_ = {60.0f, 90.0f, 110.0f, 140.0f, 170.0f};