Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWrappedLauncherAnimationRunner.java43 public WrappedLauncherAnimationRunner(R animationRunnerImpl, boolean startAtFrontOfQueue) { in WrappedLauncherAnimationRunner() argument
44 super(animationRunnerImpl.getHandler(), startAtFrontOfQueue); in WrappedLauncherAnimationRunner() local
DLauncherAnimationRunner.java50 public LauncherAnimationRunner(Handler handler, boolean startAtFrontOfQueue) { in LauncherAnimationRunner() argument
52 mStartAtFrontOfQueue = startAtFrontOfQueue; in LauncherAnimationRunner()