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/
DRecentsActivity.java22 import static com.android.launcher3.QuickstepTransitionManager.RECENTS_LAUNCH_DURATION;
297 new RemoteAnimationAdapter(wrapper, RECENTS_LAUNCH_DURATION, in getActivityLaunchOptions()
298 RECENTS_LAUNCH_DURATION - STATUS_BAR_TRANSITION_DURATION in getActivityLaunchOptions()
325 PendingAnimation pa = new PendingAnimation(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
335 adjacentAnimation.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
DTaskViewUtils.java35 import static com.android.launcher3.QuickstepTransitionManager.RECENTS_LAUNCH_DURATION;
310 controller.animateNavigationBarToApp(RECENTS_LAUNCH_DURATION); in createRecentsWindowAnimator()
604 PendingAnimation pa = new PendingAnimation(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
637 launcherAnim.setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
687 stateManager.createAnimationToNewWorkspace(NORMAL, RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
690 launcherAnim = controller.getAnimationPlayer().setDuration(RECENTS_LAUNCH_DURATION); in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java210 public static final int RECENTS_LAUNCH_DURATION = 336; field in QuickstepTransitionManager
351 ? RECENTS_LAUNCH_DURATION in getActivityLaunchOptions()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java44 import static com.android.launcher3.QuickstepTransitionManager.RECENTS_LAUNCH_DURATION;
1290 appAnimator.setDuration(RECENTS_LAUNCH_DURATION); in launchSideTaskInLiveTileMode()