Searched defs:scrollIntoView (Results 1 - 1 of 1) sorted by relevance

/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiScrollable.java123 scrollIntoView(new UiSelector().descriptionContains(text));
183 scrollIntoView(new UiSelector().text(text));
198 return scrollIntoView(new UiSelector().description(text));
208 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { method in class:UiScrollable
209 return scrollIntoView(obj.getSelector());
219 public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException { method in class:UiScrollable
250 return scrollIntoView(new UiSelector().text(text));

Completed in 56 milliseconds