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