Home
last modified time | relevance | path

Searched refs:scrollIntoView (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java145 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 UiScrollable
246 return scrollIntoView(obj.getSelector()); in scrollIntoView()
259 public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException { in scrollIntoView() method in UiScrollable
338 return scrollIntoView(new UiSelector().text(text)); in scrollTextIntoView()
/aosp14/frameworks/base/cmds/uiautomator/api/
H A D17.txt128 …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…
H A Dcurrent.txt156 …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…
H A D16.txt118 method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector);