Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DTaplTestsQuickstep.java194 private int getBottomRowTaskCountForTablet(Launcher launcher) { in getBottomRowTaskCountForTablet() method in TaplTestsQuickstep
195 return launcher.<RecentsView>getOverviewPanel().getBottomRowTaskCountForTablet(); in getBottomRowTaskCountForTablet()
366 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
377 (Math.abs(getTopRowTaskCountForTablet(launcher) - getBottomRowTaskCountForTablet( in testOverviewForTablet()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1519 public int getBottomRowTaskCountForTablet() { in getBottomRowTaskCountForTablet() method in RecentsView
3292 int bottomRowIdArraySize = getBottomRowTaskCountForTablet(); in getBottomRowIdArray()