Home
last modified time | relevance | path

Searched refs:mCurrentFraction (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DAnimatorPlaybackController.java71 protected float mCurrentFraction; field in AnimatorPlaybackController
122 mAnimationPlayer.setFloatValues(mCurrentFraction, 1); in start()
123 mAnimationPlayer.setDuration(clampDuration(1 - mCurrentFraction)); in start()
131 mAnimationPlayer.setFloatValues(mCurrentFraction, 0); in reverse()
132 mAnimationPlayer.setDuration(clampDuration(mCurrentFraction)); in reverse()
162 .setStartValue(mCurrentFraction) in startWithVelocity()
239 mCurrentFraction = fraction; in setPlayFraction()
252 return mCurrentFraction; in getProgressFraction()
256 return getInterpolator().getInterpolation(mCurrentFraction); in getInterpolatedProgress()
/aosp12/frameworks/base/core/java/android/animation/
H A DValueAnimator.java161 private float mCurrentFraction = 0f; field in ValueAnimator
1539 return mCurrentFraction; in getAnimatedFraction()
1558 mCurrentFraction = fraction; in animateValue()
1592 anim.mCurrentFraction = 0; in clone()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1208 Landroid/animation/ValueAnimator;->mCurrentFraction:F