Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java623 Animator launcherAnim; in composeRecentsLaunchAnimator() local
635 launcherAnim = recentsView.createAdjacentPageAnimForTaskLaunch(taskView); in composeRecentsLaunchAnimator()
636 launcherAnim.setInterpolator(Interpolators.TOUCH_RESPONSE); in composeRecentsLaunchAnimator()
637 launcherAnim.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
690 launcherAnim = controller.getAnimationPlayer().setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
699 pa.add(launcherAnim); in composeRecentsLaunchAnimator()