Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1976 int[] focusedTaskIds = getTaskIdsForTaskViewId(mFocusedTaskViewId); in applyLoadPlan()
2782 return getTaskIdsForTaskViewId(mRunningTaskViewId); in getTaskIdsForRunningTaskView()
2785 private int[] getTaskIdsForTaskViewId(int taskViewId) { in getTaskIdsForTaskViewId() method in RecentsView