Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java74 Animator launcherAnim; in composeRecentsLaunchAnimator() local
77 launcherAnim = recentsView.createAdjacentPageAnimForTaskLaunch(taskView); in composeRecentsLaunchAnimator()
78 launcherAnim.setInterpolator(Interpolators.TOUCH_RESPONSE_INTERPOLATOR); in composeRecentsLaunchAnimator()
79 launcherAnim.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
95 launcherAnim = controller.getAnimationPlayer().setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
103 anim.play(launcherAnim); in composeRecentsLaunchAnimator()