Home
last modified time | relevance | path

Searched refs:startAtFrontOfQueue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java47 public LauncherAnimationRunner(Handler handler, boolean startAtFrontOfQueue) { in LauncherAnimationRunner() argument
49 mStartAtFrontOfQueue = startAtFrontOfQueue; in LauncherAnimationRunner()
DQuickstepAppTransitionManagerImpl.java760 public WallpaperOpenLauncherAnimationRunner(Handler handler, boolean startAtFrontOfQueue,
762 super(handler, startAtFrontOfQueue);
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DGoLauncherAppTransitionManagerImpl.java71 public GoWallpaperOpenLauncherAnimationRunner(Handler handler, boolean startAtFrontOfQueue, in GoWallpaperOpenLauncherAnimationRunner() argument
73 super(handler, startAtFrontOfQueue, fromUnlock); in GoWallpaperOpenLauncherAnimationRunner()