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/
DBaseSwipeUpHandlerV2.java184 private AnimatorPlaybackController mLauncherTransitionController; field in BaseSwipeUpHandlerV2
545 mLauncherTransitionController = anim; in onAnimatorPlaybackControllerCreated()
546 mLauncherTransitionController.dispatchSetInterpolator(t -> t * mDragLengthFactor); in onAnimatorPlaybackControllerCreated()
547 mLauncherTransitionController.dispatchOnStart(); in onAnimatorPlaybackControllerCreated()
580 if (mLauncherTransitionController == null in updateLauncherTransitionProgress()
587 mLauncherTransitionController.setPlayFraction(progress); in updateLauncherTransitionProgress()
991 mLauncherTransitionController = null; in animateToProgressInternal()
1042 if (mLauncherTransitionController == null) { in animateToProgressInternal()
1046 mLauncherTransitionController.dispatchSetInterpolator(t -> end); in animateToProgressInternal()
1048 mLauncherTransitionController.dispatchSetInterpolator(adjustedInterpolator); in animateToProgressInternal()
[all …]