Searched refs:scrollable (Results 1 – 4 of 4) sorted by relevance
97 UiScrollable scrollable = new UiScrollable( in scrollToBottomIfWatch() local99 if (scrollable.exists()) { in scrollToBottomIfWatch()100 scrollable.flingToEnd(10); in scrollToBottomIfWatch()
429 UiScrollable scrollable = in scrollToBottomIfWatch() local431 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()
168 UiScrollable scroller = new UiScrollable(new UiSelector().scrollable(true)); in scrollToAndGetTextObject()
104 UiScrollable uiScrollable = new UiScrollable(new UiSelector().scrollable(true)); in testClearSpace()