Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1058 return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); in getLastGridTaskView()
3113 : getBottomRowIdArray(); in createTaskDismissAnimation()
3127 isSnappedTaskInTopRow ? getBottomRowIdArray() in createTaskDismissAnimation()
3216 IntArray bottomRowIdArray = getBottomRowIdArray(); in createTaskDismissAnimation()
3291 private IntArray getBottomRowIdArray() { in getBottomRowIdArray() method in RecentsView
3318 IntArray bottomRowIdArray = getBottomRowIdArray(); in getHighestVisibleTaskIndex()
4631 return getOffsetFromScrollPosition(pageIndex, getTopRowIdArray(), getBottomRowIdArray()); in getOffsetFromScrollPosition()