Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java127 ((UiScrollable) localObject).scrollIntoView( in clearSpaceGeneric()
136 ((UiScrollable) localObject).scrollIntoView(new UiSelector().textContains("Clear")); in clearSpaceGeneric()
161 uiScrollable.scrollIntoView(yesButton); in clearSpaceWatch()
188 boolean found = localObject.scrollIntoView(storageSelector); in clearSpaceCar()
/cts/tests/tests/media/projection/common/src/android/media/cts/
DMediaProjectionActivity.java311 if (!scrollable.scrollIntoView(uiSelector)) { in scrollToGivenResource()
/cts/tests/tests/media/projection/sdk33/src/android/media/projection/
DMediaProjectionSDK33Test.java323 if (!scrollable.scrollIntoView(new UiSelector().resourceId(ACCEPT_RESOURCE_ID))) { in scrollToStartRecordingButton()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/
DPreferredActivitiesTest.java380 scrollable.scrollIntoView(selector); in scrollToSelector()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1145 scrollIntoView(grant); in doEscalation()
1163 scrollIntoView(deny); in doEscalation()
1185 private static void scrollIntoView(UiSelector selector) throws Exception { in scrollIntoView() method in TestUtils
1189 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()