Home
last modified time | relevance | path

Searched refs:getAllAppsScroll (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplOpenCloseAllAppsTest.java154 getAllAppsScroll(launcher))); in runAllAppsTest()
160 launcher -> getAllAppsScroll(launcher)); in runAllAppsTest()
170 launcher -> getAllAppsScroll(launcher)); in runAllAppsTest()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java159 int scroll = getAllAppsScroll(); in tryGetAppIcon()
171 final int newScroll = getAllAppsScroll(); in tryGetAppIcon()
266 for (int scroll = getAllAppsScroll(); in scrollBackToBeginning()
268 scroll = getAllAppsScroll()) { in scrollBackToBeginning()
289 protected abstract int getAllAppsScroll(); in getAllAppsScroll() method in AllApps
DTaskbarAllApps.java61 protected int getAllAppsScroll() { in getAllAppsScroll() method in TaskbarAllApps
DHomeAllApps.java107 protected int getAllAppsScroll() { in getAllAppsScroll() method in HomeAllApps
/packages/apps/Launcher3/tests/src/com/android/launcher3/
DLauncherIntentTest.java94 getAllAppsScroll(launcher))); in assertOnMainAdapterAToZView()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java662 protected int getAllAppsScroll(LAUNCHER_TYPE launcher) { in getAllAppsScroll() method in AbstractLauncherUiTest