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.java1283 return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); in getLastGridTaskView()
3808 : getBottomRowIdArray(); in createTaskDismissAnimation()
3823 isSnappedTaskInTopRow ? getBottomRowIdArray() in createTaskDismissAnimation()
3840 + getBottomRowIdArray().toConcatString(), in createTaskDismissAnimation()
3918 IntArray bottomRowIdArray = getBottomRowIdArray(); in createTaskDismissAnimation()
3995 private IntArray getBottomRowIdArray() { in getBottomRowIdArray() method in RecentsView
4022 IntArray bottomRowIdArray = getBottomRowIdArray(); in getHighestVisibleTaskIndex()
5585 return getOffsetFromScrollPosition(pageIndex, getTopRowIdArray(), getBottomRowIdArray()); in getOffsetFromScrollPosition()