Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1287 private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { in getLastGridTaskView() argument
1288 if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { in getLastGridTaskView()
1291 int lastTaskViewId = topRowIdArray.size() >= bottomRowIdArray.size() ? topRowIdArray.get( in getLastGridTaskView()
1292 topRowIdArray.size() - 1) : bottomRowIdArray.get(bottomRowIdArray.size() - 1); in getLastGridTaskView()
3917 IntArray topRowIdArray = getTopRowIdArray(); in createTaskDismissAnimation()
3922 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()
3933 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()
4021 IntArray topRowIdArray = getTopRowIdArray(); in getHighestVisibleTaskIndex() local
4023 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskIndex()
4026 TaskView topTask = getTaskViewFromTaskViewId(topRowIdArray.get(i)); in getHighestVisibleTaskIndex()
[all …]