Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1445 public TaskView getTaskViewByTaskIds(int[] taskIds) { in getTaskViewByTaskIds() method in RecentsView
1852 TaskView newFocusedTaskView = getTaskViewByTaskIds(focusedTaskIds); in applyLoadPlan()
1866 newRunningTaskView = getTaskViewByTaskIds(runningTaskIds); in applyLoadPlan()
1887 currentTaskView = getTaskViewByTaskIds(currentTaskIds); in applyLoadPlan()
2810 matchingTaskView = getTaskViewByTaskIds(runningTaskIds); in shouldAddStubTaskView()