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.java1526 private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { in getLastGridTaskView() argument
1527 if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { in getLastGridTaskView()
1530 int lastTaskViewId = topRowIdArray.size() >= bottomRowIdArray.size() ? topRowIdArray.get( in getLastGridTaskView()
1531 topRowIdArray.size() - 1) : bottomRowIdArray.get(bottomRowIdArray.size() - 1); in getLastGridTaskView()
4366 IntArray bottomRowIdArray = mUtils.getBottomRowIdArray(); in createTaskDismissAnimation()
4370 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()
4388 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()
4543 IntArray bottomRowIdArray = mUtils.getBottomRowIdArray(); in getHighestVisibleTaskView() local
4544 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskView()
4550 TaskView bottomTask = getTaskViewFromTaskViewId(bottomRowIdArray.get(i)); in getHighestVisibleTaskView()
[all …]