Searched refs:MAX_SCROLL_COUNT (Results 1 – 3 of 3) sorted by relevance
52 private static final int MAX_SCROLL_COUNT = 100; field in SpectatioUiUtil744 while (!isValidUiObject(uiObject) && canScroll && scrollCount < MAX_SCROLL_COUNT) { in scrollForwardAndFindUiObject()755 while (canScroll && scrollCount < MAX_SCROLL_COUNT) { in scrollToBeginning()909 while (!isValidUiObject(uiObject) && canScroll && scrollCount < MAX_SCROLL_COUNT) { in scrollForwardAndFindUiObject()921 while (canScroll && scrollCount < MAX_SCROLL_COUNT) { in scrollToBeginning()
43 private static final int MAX_SCROLL_COUNT = 100; field in SettingsAppInfoHelperImpl476 while (scrollCount < MAX_SCROLL_COUNT) { in scrollForTextFields()
623 int MAX_SCROLL_COUNT = 10; in scrollPlayListDown() local625 while (canScroll && scrollCount < MAX_SCROLL_COUNT) { in scrollPlayListDown()