Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java283 ArrayList<GroupedRecentTaskInfo> rawTasks = in loadTasksInBackground() local
286 Collections.reverse(rawTasks); in loadTasksInBackground()
299 TaskLoadResult allTasks = new TaskLoadResult(requestId, loadKeysOnly, rawTasks.size()); in loadTasksInBackground()
302 for (GroupedRecentTaskInfo rawTask : rawTasks) { in loadTasksInBackground()
389 ArrayList<GroupedRecentTaskInfo> rawTasks = in dump() local
392 for (GroupedRecentTaskInfo task : rawTasks) { in dump()
DSystemUiProxy.java1390 final GroupedRecentTaskInfo[] rawTasks = mRecentTasks.getRecentTasks(numTasks, in getRecentTasks() local
1392 if (rawTasks == null) { in getRecentTasks()
1395 return new ArrayList<>(Arrays.asList(rawTasks)); in getRecentTasks()