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.java453 AnimatorSet launcherAnimator = new AnimatorSet(); in getLauncherContentAnimator() local
486 launcherAnimator.play(alpha); in getLauncherContentAnimator()
487 launcherAnimator.play(scale); in getLauncherContentAnimator()
495 endListener = composeViewContentAnimator(launcherAnimator, alphas, scales); in getLauncherContentAnimator()
510 launcherAnimator.play(scaleAnim); in getLauncherContentAnimator()
528 launcherAnimator.play(scrim); in getLauncherContentAnimator()
547 launcherAnimator.setStartDelay(startDelay); in getLauncherContentAnimator()
548 return new Pair<>(launcherAnimator, endListener); in getLauncherContentAnimator()