Searched refs:getAnimationPlayer (Results 1 – 11 of 11) sorted by relevance
442 ValueAnimator anim = mCurrentAnimation.getAnimationPlayer(); in onDragEnd()469 ValueAnimator atomicAnim = controller.getAnimationPlayer(); in maybeAutoPlayAtomicComponentsAnim()522 mAtomicComponentsController.getAnimationPlayer().end(); in onSwipeInteractionCompleted()577 mAtomicComponentsController.getAnimationPlayer().cancel(); in cancelAtomicComponentsController()
732 .getAnimationPlayer().isStarted()) { in updateFinalShift()1140 mLauncherTransitionController.getAnimationPlayer().setDuration(Math.max(0, duration)); in animateToProgressInternal()1145 mLauncherTransitionController.getAnimationPlayer().start(); in animateToProgressInternal()1212 homeAnim.getAnimationPlayer().end(); in createWindowAnimationToHome()1289 .getAnimationPlayer().isStarted()) { in cancelCurrentAnimation()1290 mLauncherTransitionController.getAnimationPlayer().cancel(); in cancelCurrentAnimation()1330 mLauncherTransitionController.getAnimationPlayer().end(); in endLauncherTransitionController()
77 ValueAnimator anim = controller.getAnimationPlayer() in onActivityReady()
106 launcherAnim = controller.getAnimationPlayer().setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
82 ValueAnimator anim = controller.getAnimationPlayer() in onActivityReady()
113 mCurrentAnimation.getAnimationPlayer().addUpdateListener(valueAnimator -> { in initCurrentAnimation()
195 ValueAnimator anim = mCurrentAnimation.getAnimationPlayer(); in onDragEnd()
274 ValueAnimator anim = mCurrentAnimation.getAnimationPlayer();
171 public ValueAnimator getAnimationPlayer() { in getAnimationPlayer() method in AnimatorPlaybackController
622 playbackController.getAnimationPlayer().cancel(); in reset()
1226 controller.getAnimationPlayer().setInterpolator(FAST_OUT_SLOW_IN); in runDismissAnimation()