Home
last modified time | relevance | path

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

/cts/tests/PhotoPicker/src/android/photopicker/cts/
DActionGetContentOnlyTest.java244 if (!new UiScrollable(appList).setAsHorizontalList().scrollIntoView(mediaButton)) { in findAndClickMediaIcon()
255 .that(new UiScrollable(appList).setAsHorizontalList().scrollIntoView(mediaButton)) in findAndClickMediaIcon()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java125 ((UiScrollable) localObject).scrollIntoView( in clearSpaceGeneric()
153 uiScrollable.scrollIntoView(yesButton); in clearSpaceWatch()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaProjectionActivity.java263 if (!scrollable.scrollIntoView(new UiSelector().resourceId(resourceId))) { in scrollToGivenResource()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/
DPreferredActivitiesTest.java380 scrollable.scrollIntoView(selector); in scrollToSelector()
/cts/tests/tests/media/projection/sdk33/src/android/media/projection/
DMediaProjectionSDK33Test.java347 if (!scrollable.scrollIntoView(new UiSelector().resourceId(ACCEPT_RESOURCE_ID))) { in scrollToStartRecordingButton()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1123 scrollIntoView(grant); in doEscalation()
1141 scrollIntoView(deny); in doEscalation()
1163 private static void scrollIntoView(UiSelector selector) throws Exception { in scrollIntoView() method in TestUtils
1167 uiScrollable.scrollIntoView(selector); in scrollIntoView()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java103 new UiScrollable(rootsListSelector).scrollIntoView(new UiSelector().text(label)); in revealRoot()