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.java184 ArrayList<Task> newTasks = new ArrayList<>(); in copyOf() local
187 newTasks.add(new Task(t.key, t.colorPrimary, t.colorBackground, t.isDockable, in copyOf()
190 return newTasks; in copyOf()