Searched refs:mTaskLoader (Results 1 – 1 of 1) sorted by relevance
140 private final TaskListLoader mTaskLoader; field in IconRecentsView185 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()