Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java140 private final TaskListLoader mTaskLoader; field in IconRecentsView
185 mTaskLoader = new TaskListLoader(mContext); in IconRecentsView()
186 mTaskAdapter = new TaskAdapter(mTaskLoader); in IconRecentsView()
188 mTaskActionController = new TaskActionController(mTaskLoader, mTaskAdapter, in IconRecentsView()
205 if (mTaskLoader.getCurrentTaskList().isEmpty()) { in onFinishInflate()
312 if (!mTaskLoader.needsToLoad()) { in onBeginTransitionToOverview()
317 mTaskLoader.loadTaskList(tasks -> { in onBeginTransitionToOverview()
370 List<Task> tasks = mTaskLoader.getCurrentTaskList(); in handleOverviewCommand()