Searched refs:CommandInfo (Results 1 – 1 of 1) sorted by relevance
82 private final ArrayList<CommandInfo> mPendingCommands = new ArrayList<>();110 private void scheduleNextTask(CommandInfo command) { in scheduleNextTask()137 CommandInfo cmd = mPendingCommands.get(0); in executeNext()147 private void addCommand(CommandInfo cmd) { in addCommand()168 CommandInfo cmd = new CommandInfo(type); in addCommand()195 private boolean launchTask(RecentsView recents, @Nullable TaskView taskView, CommandInfo cmd) { in launchTask()223 CommandInfo cmd) { in executeCommand()404 private void onTransitionComplete(CommandInfo cmd, AbsSwipeUpHandler handler) { in onTransitionComplete()412 private void updateRecentsViewFocus(CommandInfo cmd) { in updateRecentsViewFocus()439 private void onRecentsViewFocusUpdated(CommandInfo cmd) { in onRecentsViewFocusUpdated()[all …]