Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java55 private static final int MAX_SCROLL_ATTEMPTS = 40; field in AllApps
181 "Exceeded max scroll attempts: " + MAX_SCROLL_ATTEMPTS, in tryGetAppIcon()
182 ++attempts <= MAX_SCROLL_ATTEMPTS); in tryGetAppIcon()
272 "Exceeded max scroll attempts: " + MAX_SCROLL_ATTEMPTS, in scrollBackToBeginning()
273 ++attempts <= MAX_SCROLL_ATTEMPTS); in scrollBackToBeginning()
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DMoreWirelessSettingsTest2.java59 private static final int MAX_SCROLL_ATTEMPTS = 10; field in MoreWirelessSettingsTest2
758 for (int attempts = 0; found == null && attempts < MAX_SCROLL_ATTEMPTS; ++attempts) { in scrollToObject()