HomeSort by relevance Sort by last modified time
    Searched refs:RECENTS_LAUNCH_DURATION (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
RecentsActivity.java 21 import static com.android.launcher3.LauncherAppTransitionManagerImpl.RECENTS_LAUNCH_DURATION;
195 runner, RECENTS_LAUNCH_DURATION,
196 RECENTS_LAUNCH_DURATION - STATUS_BAR_TRANSITION_DURATION));
208 .setDuration(RECENTS_LAUNCH_DURATION));
215 adjacentAnimation.setDuration(RECENTS_LAUNCH_DURATION);
OverviewCommandHelper.java 80 private static final long RECENTS_LAUNCH_DURATION = 250;
252 mContext, mMainThreadExecutor.getHandler(), RECENTS_LAUNCH_DURATION);
281 .setDuration(RECENTS_LAUNCH_DURATION);
287 factory.createActivityController(RECENTS_LAUNCH_DURATION, INTERACTION_NORMAL);
354 valueAnimator.setDuration(RECENTS_LAUNCH_DURATION);
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/
LauncherAppTransitionManagerImpl.java 108 public static final int RECENTS_LAUNCH_DURATION = 336;
214 ? RECENTS_LAUNCH_DURATION : APP_LAUNCH_DURATION;
274 : RECENTS_LAUNCH_DURATION;
    [all...]

Completed in 88 milliseconds