Home
last modified time | relevance | path

Searched refs:scrollAction (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DScrollUtility.java60 ScrollActions scrollAction, in scrollBackward() argument
67 switch (scrollAction) { in scrollBackward()
81 action, scrollAction)); in scrollBackward()
92 ScrollActions scrollAction, in scrollForward() argument
99 switch (scrollAction) { in scrollForward()
113 action, scrollAction)); in scrollForward()
126 ScrollActions scrollAction, in scrollAndFindUiObject() argument
135 switch (scrollAction) { in scrollAndFindUiObject()
152 action, scrollAction)); in scrollAndFindUiObject()
163 ScrollActions scrollAction, in scrollToBeginning() argument
[all …]
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DScrollConfig.java53 String scrollAction, in ScrollConfig() argument
58 mScrollAction = scrollAction; in ScrollConfig()
65 public ScrollConfig(String scrollAction, UiElement scrollForward, UiElement scrollBackward) { in ScrollConfig() argument
66 mScrollAction = scrollAction; in ScrollConfig()
72 String scrollAction, in ScrollConfig() argument
77 mScrollAction = scrollAction; in ScrollConfig()
DWorkflowTask.java275 ScrollActions scrollAction = in validateAndClickUiElement() local
282 switch (scrollAction) { in validateAndClickUiElement()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateScrollConfig.java65 String scrollAction = in deserialize() local
71 scrollActionValue = ScrollActions.valueOf(scrollAction); in deserialize()
73 throwRuntimeException("Scroll Action", scrollAction, jsonObject, "Not Supported"); in deserialize()
83 scrollAction, in deserialize()
125 scrollAction, in deserialize()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDateTimeHelperImpl.java434 ScrollActions scrollAction = in setTimeZone() local
452 scrollAction, in setTimeZone()
523 ScrollActions scrollAction = in getMenu() local
541 scrollAction, in getMenu()
DSettingHelperImpl.java309 ScrollActions scrollAction = in openMenuWith() local
332 scrollAction, in openMenuWith()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java467 ScrollActions scrollAction = in openContactOrder() local
474 switch (scrollAction) { in openContactOrder()
510 scrollAction)); in openContactOrder()