Searched refs:scrollIntoView (Results 1 – 4 of 4) sorted by relevance
145 scrollIntoView(new UiSelector().descriptionContains(text)); in getChildByDescription()215 scrollIntoView(new UiSelector().text(text)); in getChildByText()233 return scrollIntoView(new UiSelector().description(text)); in scrollDescriptionIntoView()244 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { in scrollIntoView() method in UiScrollable246 return scrollIntoView(obj.getSelector()); in scrollIntoView()259 public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException { in scrollIntoView() method in UiScrollable338 return scrollIntoView(new UiSelector().text(text)); in scrollTextIntoView()
128 …method public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com.android.uia…129 …method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws com.android.u…
155 …method public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com.android.uia…156 …method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws com.android.u…
118 method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector);