Searched refs:moveRate (Results 1 – 2 of 2) sorted by relevance
411 auto moveRate = blackPointCenterMoveRate_; in UpdateUnselectedCenterXOnDrag() local413 moveRate = GetMoveRateOnAllMove(); in UpdateUnselectedCenterXOnDrag()418 moveRate = 1.0f - moveRate; in UpdateUnselectedCenterXOnDrag()423 … (animationEndIndicatorWidth_[i] - animationStartIndicatorWidth_[i]) * moveRate; in UpdateUnselectedCenterXOnDrag()429 (animationEndIndicatorHeight_[i] - animationStartIndicatorHeight_[i]) * moveRate; in UpdateUnselectedCenterXOnDrag()434 … animationStartCenterX_[i] + (animationEndCenterX_[i] - animationStartCenterX_[i]) * moveRate; in UpdateUnselectedCenterXOnDrag()
1125 double moveRate = Curves::EASE_OUT->MoveInternal((value - start) / (end - start)); in MoveItems() local1126 value = start + (end - start) * moveRate; in MoveItems()