Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DPermissionGroupChange.java97 UiScrollable scrollable = new UiScrollable( in scrollToBottomIfWatch() local
99 if (scrollable.exists()) { in scrollToBottomIfWatch()
100 scrollable.flingToEnd(10); in scrollToBottomIfWatch()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java429 UiScrollable scrollable = in scrollToBottomIfWatch() local
431 if (scrollable.exists()) { in scrollToBottomIfWatch()
432 scrollable.flingToEnd(10); in scrollToBottomIfWatch()
438 UiScrollable scroller = new UiScrollable(new UiSelector().scrollable(true)); in scrollToAndGetTextObject()
494 getUiDevice().findObject(By.scrollable(true)) in setPermissionGrantState()
/cts/tests/tests/preference/src/android/preference/cts/
DTestUtils.java168 UiScrollable scroller = new UiScrollable(new UiSelector().scrollable(true)); in scrollToAndGetTextObject()
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java104 UiScrollable uiScrollable = new UiScrollable(new UiSelector().scrollable(true)); in testClearSpace()