Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java150 List<ActivityManager.RecentTaskInfo> rawTasks = in loadTasksInBackground() local
153 Collections.reverse(rawTasks); in loadTasksInBackground()
166 int taskCount = rawTasks.size(); in loadTasksInBackground()
168 ActivityManager.RecentTaskInfo rawTask = rawTasks.get(i); in loadTasksInBackground()