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.java1282 private TaskView getLastGridTaskView() { in getLastGridTaskView() method in RecentsView
1283 return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); in getLastGridTaskView()
1287 private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { in getLastGridTaskView() method in RecentsView
3423 TaskView lastGridTaskView = showAsGrid ? getLastGridTaskView() : null; in createTaskDismissAnimation()
3485 TaskView lastTask = getLastGridTaskView(); in createTaskDismissAnimation()
3922 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()
5432 TaskView lastGridTaskView = getLastGridTaskView(); in getLastViewIndex()
5599 TaskView lastGridTaskView = getLastGridTaskView(topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition()