Home
last modified time | relevance | path

Searched refs:mEndValue (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationController.java127 private float mEndValue; field in OneHandedAnimationController.OneHandedTransitionAnimator
143 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()
/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp82 mEvaluator->evaluate(&value, mStartValue, mEndValue, fraction); in calculateAnimatedValue()
103 mEvaluator->evaluate(&mPathData, mStartValue, mEndValue, fraction); in setFraction()
H A DPropertyValuesHolder.h67 : mStartValue(startValue), mEndValue(endValue) {} in PropertyValuesHolderImpl()
85 T mEndValue; variable
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java323 private T mEndValue; field in PipAnimationController.PipTransitionAnimator
343 mEndValue = endValue; in PipTransitionAnimator()
372 mCurrentValue = mEndValue; in onAnimationEnd()
478 return mEndValue; in getEndValue()
520 mEndValue = endValue; in updateEndValue()