Searched refs:animationStartIndicatorWidth_ (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 D | overlength_dot_indicator_modifier.cpp | 250 unselectedIndicatorWidth_->Set(animationStartIndicatorWidth_); in PlayBlackPointsAnimation() 422 animationEndIndicatorWidth_[i] = animationStartIndicatorWidth_[i] + in UpdateUnselectedCenterXOnDrag() 423 … (animationEndIndicatorWidth_[i] - animationStartIndicatorWidth_[i]) * moveRate; in UpdateUnselectedCenterXOnDrag() 465 animationStartIndicatorWidth_ = CalcIndicatorSize(itemHalfSizes, currentOverlongType_, true); in CalcTargetStatusOnLongPointMove() 474 animationStartIndicatorWidth_.resize(maxDisplayCount_); in CalcTargetStatusOnLongPointMove() 499 animationStartCenterX_[0] - animationStartIndicatorWidth_[0] - itemSpacePx; in CalcTargetStatusOnAllPointMoveForward() 500 animationStartIndicatorWidth_[maxDisplayCount_] = animationStartIndicatorWidth_[0]; in CalcTargetStatusOnAllPointMoveForward() 545 … animationStartIndicatorWidth_[maxDisplayCount_ - 1] + itemSpacePx; in CalcTargetStatusOnAllPointMoveBackward() 546 …animationStartIndicatorWidth_[maxDisplayCount_] = animationStartIndicatorWidth_[maxDisplayCount_ -… in CalcTargetStatusOnAllPointMoveBackward() 597 animationStartIndicatorWidth_ = CalcIndicatorSize(itemHalfSizes, currentOverlongType_, true); in CalcAnimationEndCenterX()
|
H A D | overlength_dot_indicator_modifier.h | 86 animationStartIndicatorWidth_ = animationStartIndicatorWidth; in SetAnimationStartIndicatorWidth() 222 LinearVector<float> animationStartIndicatorWidth_ = {}; variable
|
H A D | overlength_dot_indicator_paint_method.h | 85 LinearVector<float> animationStartIndicatorWidth_ = {}; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_overlength_indicator_modifier_test_ng.cpp | 130 EXPECT_EQ(dotIndicatorModifier.animationStartIndicatorWidth_.size(), 1); 145 EXPECT_EQ(dotIndicatorModifier.animationStartIndicatorWidth_.size(), 8); 146 EXPECT_DOUBLE_EQ(dotIndicatorModifier.animationStartIndicatorWidth_[0], 2.f); 240 dotIndicatorModifier.animationStartIndicatorWidth_ = animationStartIndicatorWidth; 444 indicatorModifier->animationStartIndicatorWidth_ = { 1.0f }; 454 auto widthStart = indicatorModifier->animationStartIndicatorWidth_[0]; 488 indicatorModifier->animationStartIndicatorWidth_ = {20.0f, 20.0f, 20.0f, 20.0f, 20.0f};
|