Searched refs:taskToLaunch (Results 1 – 3 of 3) sorted by relevance
376 Task taskToLaunch; in handleOverviewCommand() local379 taskToLaunch = tasks.get(1); in handleOverviewCommand()382 taskToLaunch = tasks.get(0); in handleOverviewCommand()390 if (Objects.equals(holder.getTask(), Optional.of(taskToLaunch))) { in handleOverviewCommand()397 mTaskActionController.launchTask(taskToLaunch); in handleOverviewCommand()
371 final int taskToLaunch = mRecentsView.getNextPage(); in finishAnimationTargetSet() local372 mEndTarget = (runningTaskIndex >= 0 && taskToLaunch != runningTaskIndex) in finishAnimationTargetSet()
707 final int taskToLaunch = mRecentsView.getNextPage();708 goingToNewTask = runningTaskIndex >= 0 && taskToLaunch != runningTaskIndex;