Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java188 ArrayList<Task> newTasks = new ArrayList<>(); in copyOf() local
191 newTasks.add(new Task(t.key, t.colorPrimary, t.colorBackground, t.isDockable, in copyOf()
194 return newTasks; in copyOf()