Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoAppGridHelper.java46 boolean scrollDownOnePage(); in scrollDownOnePage() method
/platform_testing/tests/automotive/health/settings/src/android/platform/scenario/settings/
DScrollInApp.java36 sHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/appgrid/src/android/platform/scenario/appgrid/
DScroll.java35 sHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/googleplay/src/android/platform/scenario/googleplay/
DScroll.java35 sHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/mediacenter/src/android/platform/scenario/mediacenter/googleplaybooks/
DScroll.java44 sHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/notification/src/android/platform/scenario/notification/
DScroll.java42 sHelper.get().scrollDownOnePage(500); in testScrollUpAndDown()
/platform_testing/tests/automotive/health/mediacenter/src/android/platform/scenario/mediacenter/testmedia/
DScroll.java44 sAutoGenericHelper.get().scrollDownOnePage(2500); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/dial/src/android/platform/scenario/dial/
DScrollContactList.java47 sAutoGenericHelper.get().scrollDownOnePage(500); in testScrollDownAndUp()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java136 scrollDownOnePage(getScrollScreenIndex()); in setSound()
173 scrollDownOnePage(1); in getSound()
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java249 public boolean scrollDownOnePage() { in scrollDownOnePage() method in AbstractAutoStandardAppHelper
250 return scrollDownOnePage(0); in scrollDownOnePage()
257 protected boolean scrollDownOnePage(int index) { in scrollDownOnePage() method in AbstractAutoStandardAppHelper
300 scrollDownOnePage(index); in scrollAndFindUiObject()
/platform_testing/tests/automotive/functional/appgrid/src/android/platform/tests/
DAppGridTest.java73 mAppGridHelper.get().scrollDownOnePage(); in testScroll()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java75 public default void scrollDownOnePage(long durationMs) { in scrollDownOnePage() method