Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1971 private int[] getTaskIdsForTaskViewId(int taskViewId) { in getTaskIdsForTaskViewId() argument
1990 private TaskView getTaskViewFromTaskViewId(int taskViewId) { in getTaskViewFromTaskViewId() argument
1991 if (taskViewId == -1) { in getTaskViewFromTaskViewId()
1997 if (taskView.getTaskViewId() == taskViewId) { in getTaskViewFromTaskViewId()
2427 int taskViewId = taskView.getTaskViewId(); in updateGridProperties() local
2433 mTopRowIdSet.remove(taskViewId); in updateGridProperties()
2450 mTopRowIdSet.add(taskViewId); in updateGridProperties()
3281 if (mTopRowIdSet.contains(taskViewId)) { in getTopRowIdArray()
3282 topArray.add(taskViewId); in getTopRowIdArray()
3300 if (!mTopRowIdSet.contains(taskViewId) && taskViewId != mFocusedTaskViewId) { in getBottomRowIdArray()
[all …]