Searched refs:animationEndCenterX (Results 1 – 2 of 2) sorted by relevance
166 LinearVector<float> animationEndCenterX = { 20.f, 25.f }; variable167 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;189 LinearVector<float> animationEndCenterX = { 20.f, 25.f }; variable190 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;235 LinearVector<float> animationEndCenterX = { 20.f, 25.f, 30.f, 35.f, 40.f, 45.f }; variable236 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;
79 void SetAnimationEndCenterX(const LinearVector<float>& animationEndCenterX) in SetAnimationEndCenterX() argument81 animationEndCenterX_ = animationEndCenterX; in SetAnimationEndCenterX()