Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java261 private int getTopRowTaskCountForTablet(Launcher launcher) { in getTopRowTaskCountForTablet() method in TaplTestsQuickstep
262 return launcher.<RecentsView>getOverviewPanel().getTopRowTaskCountForTablet(); in getTopRowTaskCountForTablet()
474 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1977 public int getTopRowTaskCountForTablet() { in getTopRowTaskCountForTablet() method in RecentsView