Searched refs:scrollIntoView (Results 1 – 10 of 10) 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()
20 scrollIntoView("devdoc-nav"); in function()34 scrollIntoView("devdoc-nav"); in function()101 scrollIntoView("packages-nav");102 scrollIntoView("classes-nav");
500 if ($("#nav-tree").is(':visible')) scrollIntoView("nav-tree");502 scrollIntoView("packages-nav");503 scrollIntoView("classes-nav");507 function scrollIntoView(nav) { function
314 scrollIntoView("nav-tree");
67 new UiScrollable(rootsList).scrollIntoView(new UiSelector().text(label)); in findRoot()
223 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label)); in findSelectionHotspot()281 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label)); in findDocument()
185 scrollable.scrollIntoView(childSelector); in selectScrollableItem()
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…
156 …method @Deprecated public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com…157 …method @Deprecated public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws c…
118 method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector);