Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java544 AnimatorSet launcherAnimator = new AnimatorSet(); in getLauncherContentAnimator() local
585 launcherAnimator.play(scale); in getLauncherContentAnimator()
588 launcherAnimator.play(alpha); in getLauncherContentAnimator()
597 endListener = composeViewContentAnimator(launcherAnimator, alphas, scales); in getLauncherContentAnimator()
636 Animations.Companion.setOngoingAnimation(view, launcherAnimator); in getLauncherContentAnimator()
642 launcherAnimator.play(scaleAnim); in getLauncherContentAnimator()
659 launcherAnimator.setStartDelay(startDelay); in getLauncherContentAnimator()
660 return new Pair<>(launcherAnimator, endListener); in getLauncherContentAnimator()