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.java227 private int getBottomRowTaskCountForTablet(Launcher launcher) { in getBottomRowTaskCountForTablet() method in TaplTestsQuickstep
228 return launcher.<RecentsView>getOverviewPanel().getBottomRowTaskCountForTablet(); in getBottomRowTaskCountForTablet()
432 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
443 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1902 public int getBottomRowTaskCountForTablet() { in getBottomRowTaskCountForTablet() method in RecentsView
3996 int bottomRowIdArraySize = getBottomRowTaskCountForTablet(); in getBottomRowIdArray()