Searched refs:newTasks (Results 1 – 1 of 1) sorted by relevance
184 ArrayList<Task> newTasks = new ArrayList<>(); in copyOf() local187 newTasks.add(new Task(t.key, t.colorPrimary, t.colorBackground, t.isDockable, in copyOf()190 return newTasks; in copyOf()