Searched refs:scrollIntoView (Results 1 – 7 of 7) sorted by relevance
244 if (!new UiScrollable(appList).setAsHorizontalList().scrollIntoView(mediaButton)) { in findAndClickMediaIcon()255 .that(new UiScrollable(appList).setAsHorizontalList().scrollIntoView(mediaButton)) in findAndClickMediaIcon()
125 ((UiScrollable) localObject).scrollIntoView( in clearSpaceGeneric()153 uiScrollable.scrollIntoView(yesButton); in clearSpaceWatch()
263 if (!scrollable.scrollIntoView(new UiSelector().resourceId(resourceId))) { in scrollToGivenResource()
380 scrollable.scrollIntoView(selector); in scrollToSelector()
347 if (!scrollable.scrollIntoView(new UiSelector().resourceId(ACCEPT_RESOURCE_ID))) { in scrollToStartRecordingButton()
1123 scrollIntoView(grant); in doEscalation()1141 scrollIntoView(deny); in doEscalation()1163 private static void scrollIntoView(UiSelector selector) throws Exception { in scrollIntoView() method in TestUtils1167 uiScrollable.scrollIntoView(selector); in scrollIntoView()
103 new UiScrollable(rootsListSelector).scrollIntoView(new UiSelector().text(label)); in revealRoot()