Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/build/make/tools/droiddoc/templates-pdk/
H A Dcustomizations.cs20 scrollIntoView("devdoc-nav"); in function()
34 scrollIntoView("devdoc-nav"); in function()
101 scrollIntoView("packages-nav");
102 scrollIntoView("classes-nav");
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js500 if ($("#nav-tree").is(':visible')) scrollIntoView("nav-tree");
502 scrollIntoView("packages-nav");
503 scrollIntoView("classes-nav");
507 function scrollIntoView(nav) { function
H A Dandroid-developer-reference.js314 scrollIntoView("nav-tree");
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DSidebarBot.java67 new UiScrollable(rootsList).scrollIntoView(new UiSelector().text(label)); in findRoot()
H A DDirectoryListBot.java223 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label)); in findSelectionHotspot()
281 new UiScrollable(docList).scrollIntoView(new UiSelector().text(label)); in findDocument()
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DZonePickerSettingsTest.java185 scrollable.scrollIntoView(childSelector); in selectScrollableItem()
/aosp12/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);