Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
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()