Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java213 private AnimatorPlaybackController mLauncherTransitionController; field in WindowTransformSwipeHandler
531 mLauncherTransitionController = anim; in onAnimatorPlaybackControllerCreated()
532 mLauncherTransitionController.dispatchSetInterpolator(t -> t * mDragLengthFactor); in onAnimatorPlaybackControllerCreated()
534 mLauncherTransitionController.dispatchOnStart(); in onAnimatorPlaybackControllerCreated()
567 if (mLauncherTransitionController == null || mLauncherTransitionController in updateFinalShift()
581 mLauncherTransitionController.setPlayFraction(progress); in updateLauncherTransitionProgress()
906 mLauncherTransitionController = null; in animateToProgressInternal()
944 if (mLauncherTransitionController == null) { in animateToProgressInternal()
948 mLauncherTransitionController.dispatchSetInterpolator(t -> end); in animateToProgressInternal()
950 mLauncherTransitionController.dispatchSetInterpolator(adjustedInterpolator); in animateToProgressInternal()
[all …]