Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java49 private static final long RECENTS_LAUNCH_DURATION = 250; field in AppToOverviewAnimationProvider
78 .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()
DRecentsActivity.java18 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()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java92 .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()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java21 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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java128 public static final int RECENTS_LAUNCH_DURATION = 336; field in QuickstepAppTransitionManagerImpl
238 ? RECENTS_LAUNCH_DURATION in getActivityLaunchOptions()