Searched refs:mEndValue (Results 1 – 4 of 4) sorted by relevance
127 private float mEndValue; field in OneHandedAnimationController.OneHandedTransitionAnimator143 mEndValue = endValue; in OneHandedTransitionAnimator()160 mCurrentValue = mEndValue; in onAnimationEnd()171 mCurrentValue = mEndValue; in onAnimationCancel()221 return (mEndValue - mStartValue); in getDestinationOffset()239 return mEndValue; in getEndValue()250 mEndValue = endValue; in updateEndValue()
82 mEvaluator->evaluate(&value, mStartValue, mEndValue, fraction); in calculateAnimatedValue()103 mEvaluator->evaluate(&mPathData, mStartValue, mEndValue, fraction); in setFraction()
67 : mStartValue(startValue), mEndValue(endValue) {} in PropertyValuesHolderImpl()85 T mEndValue; variable
323 private T mEndValue; field in PipAnimationController.PipTransitionAnimator343 mEndValue = endValue; in PipTransitionAnimator()372 mCurrentValue = mEndValue; in onAnimationEnd()478 return mEndValue; in getEndValue()520 mEndValue = endValue; in updateEndValue()