Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java224 private int getBottomRowTaskCountForTablet(Launcher launcher) { in getBottomRowTaskCountForTablet() method in TaplTestsQuickstep
225 return launcher.<RecentsView>getOverviewPanel().getBottomRowTaskCountForTablet(); in getBottomRowTaskCountForTablet()
425 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
436 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1801 public int getBottomRowTaskCountForTablet() { in getBottomRowTaskCountForTablet() method in RecentsView
3849 int bottomRowIdArraySize = getBottomRowTaskCountForTablet(); in getBottomRowIdArray()