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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java145 scrollIntoView(new UiSelector().descriptionContains(text));
215 scrollIntoView(new UiSelector().text(text));
233 return scrollIntoView(new UiSelector().description(text));
244 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { method in class:UiScrollable
246 return scrollIntoView(obj.getSelector());
259 public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException { method in class:UiScrollable
338 return scrollIntoView(new UiSelector().text(text));

Completed in 68 milliseconds