Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoAppGridHelper.java46 boolean scrollDownOnePage(); in scrollDownOnePage() method
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java85 public default void scrollDownOnePage(long durationMs) { in scrollDownOnePage() method
93 public default boolean scrollDownOnePage() { in scrollDownOnePage() method
94 scrollDownOnePage(DEFAULT_DURATION_MS); in scrollDownOnePage()
/platform_testing/tests/automotive/health/settings/src/android/platform/scenario/settings/
DScrollInApp.java36 sHelper.get().scrollDownOnePage(); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/appgrid/src/android/platform/scenario/appgrid/
DScroll.java35 sHelper.get().scrollDownOnePage(); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/dial/src/android/platform/scenario/dial/
DScrollContactList.java36 sHelper.get().scrollDownOnePage(); in testScrollDownAndUp()
/platform_testing/tests/automotive/health/notification/src/android/platform/scenario/notification/
DScroll.java39 sHelper.get().scrollDownOnePage(500); in testScrollUpAndDown()
/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.java253 public boolean scrollDownOnePage() { in scrollDownOnePage() method in AbstractAutoStandardAppHelper
254 return scrollDownOnePage(0); in scrollDownOnePage()
261 protected boolean scrollDownOnePage(int index) { in scrollDownOnePage() method in AbstractAutoStandardAppHelper
304 scrollDownOnePage(index); in scrollAndFindUiObject()
/platform_testing/tests/automotive/functional/appgrid/src/android/platform/tests/
DAppGridTest.java73 mAppGridHelper.get().scrollDownOnePage(); in testScroll()