Searched refs:RECENTS_LAUNCH_DURATION (Results 1 – 5 of 5) sorted by relevance
49 private static final long RECENTS_LAUNCH_DURATION = 250; field in AppToOverviewAnimationProvider78 .setDuration(RECENTS_LAUNCH_DURATION); in onActivityReady()83 factory.createActivityController(RECENTS_LAUNCH_DURATION); in onActivityReady()113 anim.play(ValueAnimator.ofInt(0, 1).setDuration(RECENTS_LAUNCH_DURATION)); in createWindowAnimation()124 anim.play(ValueAnimator.ofInt(0, 1).setDuration(RECENTS_LAUNCH_DURATION)); in createWindowAnimation()147 valueAnimator.setDuration(RECENTS_LAUNCH_DURATION); in createWindowAnimation()177 return RECENTS_LAUNCH_DURATION; in getRecentsLaunchDuration()
18 import static com.android.launcher3.QuickstepAppTransitionManagerImpl.RECENTS_LAUNCH_DURATION;168 runner, RECENTS_LAUNCH_DURATION, in getActivityLaunchOptions()169 RECENTS_LAUNCH_DURATION - STATUS_BAR_TRANSITION_DURATION in getActivityLaunchOptions()182 .setDuration(RECENTS_LAUNCH_DURATION)); in composeRecentsLaunchAnimator()189 adjacentAnimation.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
92 .setDuration(RECENTS_LAUNCH_DURATION)); in composeRecentsLaunchAnimator()101 launcherAnim.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()114 RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()117 launcherAnim = controller.getAnimationPlayer().setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
21 import static com.android.launcher3.QuickstepAppTransitionManagerImpl.RECENTS_LAUNCH_DURATION;260 getRecentsView().createTaskLauncherAnimation(this, RECENTS_LAUNCH_DURATION); in createLaunchAnimationForRunningTask()263 .wrap(pendingAnimation.anim, RECENTS_LAUNCH_DURATION, null); in createLaunchAnimationForRunningTask()
128 public static final int RECENTS_LAUNCH_DURATION = 336; field in QuickstepAppTransitionManagerImpl238 ? RECENTS_LAUNCH_DURATION in getActivityLaunchOptions()