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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java142 scrollIntoView(new UiSelector().descriptionContains(text));
212 scrollIntoView(new UiSelector().text(text));
230 return scrollIntoView(new UiSelector().description(text));
241 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { method in class:UiScrollable
243 return scrollIntoView(obj.getSelector());
256 public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException { method in class:UiScrollable
335 return scrollIntoView(new UiSelector().text(text));

Completed in 376 milliseconds