Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DPermissionGroupChange.java94 UiScrollable scrollable = new UiScrollable( in scrollToBottomIfWatch() local
96 if (scrollable.exists()) { in scrollToBottomIfWatch()
97 scrollable.flingToEnd(10); in scrollToBottomIfWatch()
/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/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java361 UiScrollable scrollable = in scrollToBottomIfWatch() local
363 if (scrollable.exists()) { in scrollToBottomIfWatch()
364 scrollable.flingToEnd(10); in scrollToBottomIfWatch()