Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DScrollConfig.java55 UiElement scrollForward, in ScrollConfig() argument
60 mScrollForward = scrollForward; in ScrollConfig()
65 public ScrollConfig(String scrollAction, UiElement scrollForward, UiElement scrollBackward) { in ScrollConfig() argument
67 mScrollForward = scrollForward; in ScrollConfig()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoAppGridHelper.java54 boolean scrollForward(); in scrollForward() method
/platform_testing/libraries/automotive-helpers/app-grid-helper/src/android/platform/helpers/
DAppGridHelperImpl.java153 .scrollForward( in isAtBeginning()
186 .scrollForward( in isAtEnd()
230 public boolean scrollForward() { in scrollForward() method in AppGridHelperImpl
231 return mScrollUtility.scrollForward( in scrollForward()
/platform_testing/tests/automotive/health/appgrid/src/android/platform/scenario/appgrid/
DScroll.java35 sHelper.get().scrollForward(); in testScrollForwardAndBackward()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java910 canScroll = scrollForward(scrollableSelector, isVertical); in scrollForwardAndFindUiObject()
927 private Direction getDirection(boolean isVertical, boolean scrollForward) { in getDirection() argument
931 if (isVertical && !scrollForward) { in getDirection()
936 if (!isVertical && scrollForward) { in getDirection()
941 if (!isVertical && !scrollForward) { in getDirection()
980 public boolean scrollForward(BySelector scrollableSelector) throws MissingUiElementException { in scrollForward() method in SpectatioUiUtil
981 return scrollForward(scrollableSelector, /* isVertical= */ true); in scrollForward()
996 public boolean scrollForward(BySelector scrollableSelector, boolean isVertical) in scrollForward() method in SpectatioUiUtil
/platform_testing/tests/automotive/functional/appgrid/src/android/platform/tests/
DAppGridTest.java69 mAppGridHelper.get().scrollForward(); in testScroll()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DScrollUtility.java91 public boolean scrollForward( in scrollForward() method in ScrollUtility
105 mSpectatioUiUtil.scrollForward( in scrollForward()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java235 mScrollUtility.scrollForward( in getSound()
DSettingsDateTimeHelperImpl.java355 scrollable.scrollForward(); in scrollToObjectInPicker()
381 scrollable.scrollForward(); in scrollToObjectInPicker()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java232 mScrollUtility.scrollForward( in scrollDownOnePage()
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java423 scrollable.scrollForward(); in getShareApp()