Searched refs:launcherAnimator (Results 1 – 1 of 1) sorted by relevance
544 AnimatorSet launcherAnimator = new AnimatorSet(); in getLauncherContentAnimator() local585 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()