Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5815 int taskViewPosition = getPositionInRow(taskView, topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition() local
5817 int positionDiff = gridTaskSizeAndSpacing * (lastGridTaskViewPosition - taskViewPosition); in getOffsetFromScrollPosition()