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.java512 AnimatorSet launcherAnimator = new AnimatorSet(); in getLauncherContentAnimator() local
553 launcherAnimator.play(scale); in getLauncherContentAnimator()
556 launcherAnimator.play(alpha); in getLauncherContentAnimator()
565 endListener = composeViewContentAnimator(launcherAnimator, alphas, scales); in getLauncherContentAnimator()
588 launcherAnimator.play(scaleAnim); in getLauncherContentAnimator()
607 launcherAnimator.play(scrim); in getLauncherContentAnimator()
623 launcherAnimator.setStartDelay(startDelay); in getLauncherContentAnimator()
624 return new Pair<>(launcherAnimator, endListener); in getLauncherContentAnimator()