Searched refs:animationEndIndicatorHeight_ (Results 1 – 4 of 4) sorted by relevance
184 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 …]
101 animationEndIndicatorHeight_ = animationEndIndicatorHeight; in SetAnimationEndIndicatorHeight()225 LinearVector<float> animationEndIndicatorHeight_ = {}; variable
88 LinearVector<float> animationEndIndicatorHeight_ = {}; variable
133 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};