Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java403 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndCheckIfUiElementExist() argument
405 return scrollAndFindUiObject(scrollableSelector, text, isVertical) != null; in scrollAndCheckIfUiElementExist()
474 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndCheckIfUiElementExist() argument
476 return scrollAndFindUiObject(scrollableSelector, target, isVertical) != null; in scrollAndCheckIfUiElementExist()
842 BySelector scrollableSelector, String text, boolean isVertical) in scrollAndFindUiObject() argument
845 return scrollAndFindUiObject(scrollableSelector, By.text(text), isVertical); in scrollAndFindUiObject()
887 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollAndFindUiObject() argument
896 scrollToBeginning(scrollableSelector, isVertical); in scrollAndFindUiObject()
897 return scrollForwardAndFindUiObject(scrollableSelector, target, isVertical); in scrollAndFindUiObject()
901 BySelector scrollableSelector, BySelector target, boolean isVertical) in scrollForwardAndFindUiObject() argument
[all …]