Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java58 private final ArrayList<CommandInfo> mPendingCommands = new ArrayList<>();
71 private void scheduleNextTask(CommandInfo command) { in scheduleNextTask()
88 CommandInfo cmd = mPendingCommands.get(0); in executeNext()
95 private void addCommand(CommandInfo cmd) { in addCommand()
108 CommandInfo cmd = new CommandInfo(type); in addCommand()
128 private boolean launchTask(RecentsView recents, @Nullable TaskView taskView, CommandInfo cmd) { in launchTask()
148 private <T extends StatefulActivity<?>> boolean executeCommand(CommandInfo cmd) { in executeCommand()
236 private void onTransitionComplete(CommandInfo cmd, AbsSwipeUpHandler handler) { in onTransitionComplete()
261 private static class CommandInfo { class in OverviewCommandHelper
266 CommandInfo(int type) { in CommandInfo() method in OverviewCommandHelper.CommandInfo