Searched refs:scrollDownOnePage (Results 1 – 12 of 12) sorted by relevance
46 boolean scrollDownOnePage(); in scrollDownOnePage() method
36 sHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
35 sHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
44 sHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
42 sHelper.get().scrollDownOnePage(500); in testScrollUpAndDown()
44 sAutoGenericHelper.get().scrollDownOnePage(2500); in testScrollDownAndUp()
47 sAutoGenericHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
136 scrollDownOnePage(getScrollScreenIndex()); in setSound()173 scrollDownOnePage(1); in getSound()
249 public boolean scrollDownOnePage() { in scrollDownOnePage() method in AbstractAutoStandardAppHelper250 return scrollDownOnePage(0); in scrollDownOnePage()257 protected boolean scrollDownOnePage(int index) { in scrollDownOnePage() method in AbstractAutoStandardAppHelper300 scrollDownOnePage(index); in scrollAndFindUiObject()
73 mAppGridHelper.get().scrollDownOnePage(); in testScroll()
75 public default void scrollDownOnePage(long durationMs) { in scrollDownOnePage() method