Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java178 public abstract void setPlayFraction(float fraction); in setPlayFraction() method in AnimatorPlaybackController
198 setPlayFraction((float) valueAnimator.getAnimatedValue()); in onAnimationUpdate()
336 public void setPlayFraction(float fraction) { in setPlayFraction() method in AnimatorPlaybackController.AnimatorPlaybackControllerVL
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java174 mCurrentAnimation.setPlayFraction(0); in reInitAnimationController()
234 mCurrentAnimation.setPlayFraction(Utilities.boundToRange( in onDrag()
DNavBarToHomeTouchController.java171 mCurrentAnimation.setPlayFraction(progress); in onDrag()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java305 mCurrentAnimation.setPlayFraction(fraction); in updateProgress()
309 mAtomicComponentsController.setPlayFraction((fraction - start) / (1 - start)); in updateProgress()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java745 mLauncherTransitionController.setPlayFraction( in updateLauncherTransitionProgress()
1180 homeAnim.setPlayFraction(progress); in createWindowAnimationToHome()