Searched defs:scrollable (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DNotificationSettingsTests.java133 private UiObject2 scrollTo(UiDevice device, UiObject2 scrollable, argument
135 while (!device.hasObject(target) && scrollable.scroll(direction, 1.0f)) {
141 scrollable.scroll(direction, 1.0f);
H A DZonePickerSettingsTest.java176 * @throws UiObjectNotFoundException if scrollable or child is not found
178 private UiObject selectScrollableItem(UiScrollable scrollable, UiSelector childSelector) argument
180 if (!scrollable.waitForExists(TIMEOUT)) {
181 throw newUiObjectNotFoundException(scrollable.getSelector());
183 scrollable.scrollIntoView(childSelector);

Completed in 47 milliseconds