Searched refs:hasAllValidTaskIds (Results 1 – 1 of 1) sorted by relevance
1633 if (!hasAllValidTaskIds(taskIds)) { in getTaskViewByTaskIds()1652 private boolean hasAllValidTaskIds(int[] taskIds) { in hasAllValidTaskIds() method in RecentsView5926 if (taskView instanceof GroupedTaskView && hasAllValidTaskIds(taskView.getTaskIds()) in createTaskLaunchAnimation()