Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1063 if (topRowIdArray.isEmpty() && bottomRowIdArray.isEmpty()) { in getLastGridTaskView()
1067 topRowIdArray.size() - 1) : bottomRowIdArray.get(bottomRowIdArray.size() - 1); in getLastGridTaskView()
3216 IntArray bottomRowIdArray = getBottomRowIdArray(); in createTaskDismissAnimation()
3231 pageToSnapTo, topRowIdArray, bottomRowIdArray); in createTaskDismissAnimation()
3318 IntArray bottomRowIdArray = getBottomRowIdArray(); in getHighestVisibleTaskIndex() local
3319 int balancedColumns = Math.min(bottomRowIdArray.size(), topRowIdArray.size()); in getHighestVisibleTaskIndex()
3325 TaskView bottomTask = getTaskViewFromTaskViewId(bottomRowIdArray.get(i)); in getHighestVisibleTaskIndex()
4635 int pageIndex, IntArray topRowIdArray, IntArray bottomRowIdArray) { in getOffsetFromScrollPosition() argument
4645 TaskView lastGridTaskView = getLastGridTaskView(topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition()
4656 getPositionInRow(lastGridTaskView, topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition()
[all …]