Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1633 if (!hasAllValidTaskIds(taskIds)) { in getTaskViewByTaskIds()
1652 private boolean hasAllValidTaskIds(int[] taskIds) { in hasAllValidTaskIds() method in RecentsView
5926 if (taskView instanceof GroupedTaskView && hasAllValidTaskIds(taskView.getTaskIds()) in createTaskLaunchAnimation()