Home
last modified time | relevance | path

Searched refs:animationStartIndicatorHeight_ (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.cpp131 EXPECT_EQ(dotIndicatorModifier.animationStartIndicatorHeight_.size(), 1);
147 EXPECT_EQ(dotIndicatorModifier.animationStartIndicatorHeight_.size(), 8);
148 EXPECT_DOUBLE_EQ(dotIndicatorModifier.animationStartIndicatorHeight_[0], 2.f);
241 dotIndicatorModifier.animationStartIndicatorHeight_ = animationStartIndicatorWidth;
446 indicatorModifier->animationStartIndicatorHeight_ = { 3.0f };
456 auto heightStart = indicatorModifier->animationStartIndicatorHeight_[0];
489 indicatorModifier->animationStartIndicatorHeight_ = {20.0f, 20.0f, 20.0f, 20.0f, 20.0f};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.cpp251 unselectedIndicatorHeight_->Set(animationStartIndicatorHeight_); in PlayBlackPointsAnimation()
428 animationStartIndicatorHeight_[i] + in UpdateUnselectedCenterXOnDrag()
429 (animationEndIndicatorHeight_[i] - animationStartIndicatorHeight_[i]) * moveRate; in UpdateUnselectedCenterXOnDrag()
466 animationStartIndicatorHeight_ = CalcIndicatorSize(itemHalfSizes, currentOverlongType_, false); in CalcTargetStatusOnLongPointMove()
475 animationStartIndicatorHeight_.resize(maxDisplayCount_); in CalcTargetStatusOnLongPointMove()
501 animationStartIndicatorHeight_[maxDisplayCount_] = animationStartIndicatorHeight_[0]; in CalcTargetStatusOnAllPointMoveForward()
547animationStartIndicatorHeight_[maxDisplayCount_] = animationStartIndicatorHeight_[maxDisplayCount_… in CalcTargetStatusOnAllPointMoveBackward()
598 animationStartIndicatorHeight_ = CalcIndicatorSize(itemHalfSizes, currentOverlongType_, false); in CalcAnimationEndCenterX()
H A Doverlength_dot_indicator_modifier.h96 animationStartIndicatorHeight_ = animationStartIndicatorHeight; in SetAnimationStartIndicatorHeight()
224 LinearVector<float> animationStartIndicatorHeight_ = {}; variable
H A Doverlength_dot_indicator_paint_method.h87 LinearVector<float> animationStartIndicatorHeight_ = {}; variable