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/launcher3/
DLauncherAppTransitionManagerImpl.java67 PendingAnimation pa = new PendingAnimation(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
79 launcherAnim.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
92 RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
95 launcherAnim = controller.getAnimationPlayer().setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsActivity.java21 import static com.android.launcher3.QuickstepAppTransitionManagerImpl.RECENTS_LAUNCH_DURATION;
186 runner, RECENTS_LAUNCH_DURATION, in getActivityLaunchOptions()
187 RECENTS_LAUNCH_DURATION - STATUS_BAR_TRANSITION_DURATION in getActivityLaunchOptions()
199 PendingAnimation pa = new PendingAnimation(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
209 adjacentAnimation.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
DAppToOverviewAnimationProvider.java50 private static final long RECENTS_LAUNCH_DURATION = 250; field in AppToOverviewAnimationProvider
84 factory.createActivityInterface(RECENTS_LAUNCH_DURATION); in onActivityReady()
100 PendingAnimation pa = new PendingAnimation(RECENTS_LAUNCH_DURATION); in createWindowAnimation()
171 return RECENTS_LAUNCH_DURATION; in getRecentsLaunchDuration()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java137 public static final int RECENTS_LAUNCH_DURATION = 336; field in QuickstepAppTransitionManagerImpl
221 ? RECENTS_LAUNCH_DURATION in getActivityLaunchOptions()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java27 import static com.android.launcher3.QuickstepAppTransitionManagerImpl.RECENTS_LAUNCH_DURATION;
306 this, RECENTS_LAUNCH_DURATION, TOUCH_RESPONSE_INTERPOLATOR); in createLaunchAnimationForRunningTask()