Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1362 private TaskView getLastGridTaskView() { in getLastGridTaskView() method in RecentsView
1363 return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); in getLastGridTaskView()
1367 private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { in getLastGridTaskView() method in RecentsView
3534 TaskView lastGridTaskView = showAsGrid ? getLastGridTaskView() : null; in createTaskDismissAnimation()
3596 TaskView lastTask = getLastGridTaskView(); in createTaskDismissAnimation()
4019 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()
5623 TaskView lastGridTaskView = getLastGridTaskView(); in getLastViewIndex()
5803 TaskView lastGridTaskView = getLastGridTaskView(topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition()