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.java265 private int getBottomRowTaskCountForTablet(Launcher launcher) { in getBottomRowTaskCountForTablet() method in TaplTestsQuickstep
266 return launcher.<RecentsView>getOverviewPanel().getBottomRowTaskCountForTablet(); in getBottomRowTaskCountForTablet()
474 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1984 public int getBottomRowTaskCountForTablet() { in getBottomRowTaskCountForTablet() method in RecentsView
4104 int bottomRowIdArraySize = getBottomRowTaskCountForTablet(); in getBottomRowIdArray()