Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1218 return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); in getLastGridTaskView()
3675 : getBottomRowIdArray(); in createTaskDismissAnimation()
3689 isSnappedTaskInTopRow ? getBottomRowIdArray() in createTaskDismissAnimation()
3771 IntArray bottomRowIdArray = getBottomRowIdArray(); in createTaskDismissAnimation()
3848 private IntArray getBottomRowIdArray() { in getBottomRowIdArray() method in RecentsView
3875 IntArray bottomRowIdArray = getBottomRowIdArray(); in getHighestVisibleTaskIndex()
5411 return getOffsetFromScrollPosition(pageIndex, getTopRowIdArray(), getBottomRowIdArray()); in getOffsetFromScrollPosition()