Searched refs:scrollIntoView (Results 1 – 6 of 6) sorted by relevance
127 ((UiScrollable) localObject).scrollIntoView( in clearSpaceGeneric()136 ((UiScrollable) localObject).scrollIntoView(new UiSelector().textContains("Clear")); in clearSpaceGeneric()161 uiScrollable.scrollIntoView(yesButton); in clearSpaceWatch()188 boolean found = localObject.scrollIntoView(storageSelector); in clearSpaceCar()
311 if (!scrollable.scrollIntoView(uiSelector)) { in scrollToGivenResource()
323 if (!scrollable.scrollIntoView(new UiSelector().resourceId(ACCEPT_RESOURCE_ID))) { in scrollToStartRecordingButton()
380 scrollable.scrollIntoView(selector); in scrollToSelector()
1145 scrollIntoView(grant); in doEscalation()1163 scrollIntoView(deny); in doEscalation()1185 private static void scrollIntoView(UiSelector selector) throws Exception { in scrollIntoView() method in TestUtils1189 uiScrollable.scrollIntoView(selector); in scrollIntoView()
103 new UiScrollable(rootsListSelector).scrollIntoView(new UiSelector().text(label)); in revealRoot()