Searched refs:shadeScroller (Results 1 – 1 of 1) sorted by relevance
499 val shadeScroller = UiScrollable(UiSelector().resourceId(NOTIFICATION_SHADE_TYPE)) in findNotification() constant503 val note = shadeScroller.getChild(selector) in findNotification()512 val canScrollFurther = shadeScroller.scrollForward(NOTIFICATION_SCROLL_STEPS) in findNotification()515 if (!canScrollFurther || !shadeScroller.exists()) break in findNotification()521 assertTrue(shadeScroller.waitUntilGone(TEST_TIMEOUT_MS)) in findNotification()