Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java29 import static com.android.launcher3.QuickstepTransitionManager.RECENTS_LAUNCH_DURATION;
272 controller.animateNavigationBarToApp(RECENTS_LAUNCH_DURATION); in createRecentsWindowAnimator()
414 PendingAnimation out = new PendingAnimation(RECENTS_LAUNCH_DURATION); in composeRecentsSplitLaunchAnimatorLegacy()
490 PendingAnimation pa = new PendingAnimation(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
505 launcherAnim.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
521 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
524 launcherAnim = controller.getAnimationPlayer().setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
DRecentsActivity.java21 import static com.android.launcher3.QuickstepTransitionManager.RECENTS_LAUNCH_DURATION;
229 wrapper, RECENTS_LAUNCH_DURATION, in getActivityLaunchOptions()
230 RECENTS_LAUNCH_DURATION - STATUS_BAR_TRANSITION_DURATION in getActivityLaunchOptions()
248 PendingAnimation pa = new PendingAnimation(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
258 adjacentAnimation.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java172 public static final int RECENTS_LAUNCH_DURATION = 336; field in QuickstepTransitionManager
272 ? RECENTS_LAUNCH_DURATION in getActivityLaunchOptions()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java29 import static com.android.launcher3.QuickstepTransitionManager.RECENTS_LAUNCH_DURATION;
884 appAnimator.setDuration(RECENTS_LAUNCH_DURATION); in launchSideTaskInLiveTileMode()