Home
last modified time | relevance | path

Searched refs:scrollBackward (Results 1 – 10 of 10) sorted by relevance

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DScrollConfig.java56 UiElement scrollBackward, in ScrollConfig() argument
61 mScrollBackward = scrollBackward; in ScrollConfig()
65 public ScrollConfig(String scrollAction, UiElement scrollForward, UiElement scrollBackward) { in ScrollConfig() argument
68 mScrollBackward = scrollBackward; in ScrollConfig()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoAppGridHelper.java40 boolean scrollBackward(); in scrollBackward() method
/platform_testing/libraries/automotive-helpers/app-grid-helper/src/android/platform/helpers/
DAppGridHelperImpl.java147 .scrollBackward( in isAtBeginning()
192 .scrollBackward( in isAtEnd()
209 public boolean scrollBackward() { in scrollBackward() method in AppGridHelperImpl
210 return mScrollUtility.scrollBackward( in scrollBackward()
/platform_testing/tests/automotive/health/appgrid/src/android/platform/scenario/appgrid/
DScroll.java36 sHelper.get().scrollBackward(); in testScrollForwardAndBackward()
/platform_testing/tests/automotive/functional/appgrid/src/android/platform/tests/
DAppGridTest.java71 mAppGridHelper.get().scrollBackward(); in testScroll()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DScrollUtility.java59 public boolean scrollBackward( in scrollBackward() method in ScrollUtility
73 mSpectatioUiUtil.scrollBackward( in scrollBackward()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java922 canScroll = scrollBackward(scrollableSelector, isVertical); in scrollToBeginning()
1014 public boolean scrollBackward(BySelector scrollableSelector) throws MissingUiElementException { in scrollBackward() method in SpectatioUiUtil
1015 return scrollBackward(scrollableSelector, /* isVertical= */ true); in scrollBackward()
1030 public boolean scrollBackward(BySelector scrollableSelector, boolean isVertical) in scrollBackward() method in SpectatioUiUtil
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java152 thumbnailScrollable.scrollBackward(); in clearRecentsByClearAll()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java248 mScrollUtility.scrollBackward( in scrollUpOnePage()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDateTimeHelperImpl.java357 scrollable.scrollBackward(); in scrollToObjectInPicker()
383 scrollable.scrollBackward(); in scrollToObjectInPicker()