Home
last modified time | relevance | path

Searched refs:bottomRowIdArray (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()
3918 IntArray bottomRowIdArray = getBottomRowIdArray(); in createTaskDismissAnimation()
3922 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()
3933 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()
4022 IntArray bottomRowIdArray = getBottomRowIdArray(); in getHighestVisibleTaskIndex() local
4023 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskIndex()
4029 TaskView bottomTask = getTaskViewFromTaskViewId(bottomRowIdArray.get(i)); in getHighestVisibleTaskIndex()
[all …]