Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskAdapter.java51 private TaskActionController mTaskActionController; field in TaskAdapter
60 mTaskActionController = taskActionController; in setActionController()
87 view -> mTaskActionController.launchTaskFromView(taskHolder)); in onCreateViewHolder()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java143 private final TaskActionController mTaskActionController; field in IconRecentsView
188 mTaskActionController = new TaskActionController(mTaskLoader, mTaskAdapter, in IconRecentsView()
190 mTaskAdapter.setActionController(mTaskActionController); in IconRecentsView()
204 mTaskActionController.removeTask(holder); in onFinishInflate()
391 mTaskActionController.launchTaskFromView(holder); in handleOverviewCommand()
397 mTaskActionController.launchTask(taskToLaunch); in handleOverviewCommand()
522 mTaskActionController.clearAllTasks(); in animateClearAllTasks()