Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java376 Task taskToLaunch; in handleOverviewCommand() local
379 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()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DFallbackNoButtonInputConsumer.java371 final int taskToLaunch = mRecentsView.getNextPage(); in finishAnimationTargetSet() local
372 mEndTarget = (runningTaskIndex >= 0 && taskToLaunch != runningTaskIndex) in finishAnimationTargetSet()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java707 final int taskToLaunch = mRecentsView.getNextPage();
708 goingToNewTask = runningTaskIndex >= 0 && taskToLaunch != runningTaskIndex;