Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java297 int scrollCount = 0; in scrollAndFindUiObject() local
298 while (uiObject == null && scrollCount < MAX_SCROLLS) { in scrollAndFindUiObject()
305 scrollCount++; in scrollAndFindUiObject()
317 int scrollCount = 0; in scrollToTop() local
318 while (scrollCount < MAX_SCROLLS) { in scrollToTop()
320 scrollCount++; in scrollToTop()