Home
last modified time | relevance | path

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

/cts/tests/tests/preference2/src/android/preference2/cts/
DTestUtils.java87 UiScrollable textScroll = new UiScrollable(new UiSelector().scrollable(true)); in tapOnViewWithText()
107 UiScrollable textScroll = new UiScrollable(new UiSelector().scrollable(true)); in isTextShown()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionsTest.java253 UiScrollable scrollable = in scrollToBottomIfWatch() local
255 if (scrollable.exists()) { in scrollToBottomIfWatch()
256 scrollable.flingToEnd(10); in scrollToBottomIfWatch()