Home
last modified time | relevance | path

Searched refs:getTopRowIdArray (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()
3112 isSnappedTaskInTopRow ? getTopRowIdArray() in createTaskDismissAnimation()
3128 : getTopRowIdArray(); in createTaskDismissAnimation()
3215 IntArray topRowIdArray = getTopRowIdArray(); in createTaskDismissAnimation()
3273 private IntArray getTopRowIdArray() { in getTopRowIdArray() method in RecentsView
3317 IntArray topRowIdArray = getTopRowIdArray(); in getHighestVisibleTaskIndex()
4631 return getOffsetFromScrollPosition(pageIndex, getTopRowIdArray(), getBottomRowIdArray()); in getOffsetFromScrollPosition()