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.java1217 private TaskView getLastGridTaskView() { in getLastGridTaskView() method in RecentsView
1218 return getLastGridTaskView(getTopRowIdArray(), getBottomRowIdArray()); in getLastGridTaskView()
1222 private TaskView getLastGridTaskView(IntArray topRowIdArray, IntArray bottomRowIdArray) { in getLastGridTaskView() method in RecentsView
3290 TaskView lastGridTaskView = showAsGrid ? getLastGridTaskView() : null; in createTaskDismissAnimation()
3352 TaskView lastTask = getLastGridTaskView(); in createTaskDismissAnimation()
3775 getLastGridTaskView(topRowIdArray, bottomRowIdArray)); in createTaskDismissAnimation()
5258 TaskView lastGridTaskView = getLastGridTaskView(); in getLastViewIndex()
5425 TaskView lastGridTaskView = getLastGridTaskView(topRowIdArray, bottomRowIdArray); in getOffsetFromScrollPosition()