Home
last modified time | relevance | path

Searched refs:scrollNotificationListOnce (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
H A DNotificationShade.kt179 NotificationStack.scrollNotificationListOnce(Direction.DOWN) in scrollToBottom()
219 NotificationStack.scrollNotificationListOnce(Direction.DOWN) in scrollDown()
224 NotificationStack.scrollNotificationListOnce(Direction.UP) in scrollUp()
H A DNotificationStack.kt376 scrollNotificationListOnce(Direction.DOWN) in <lambda>()
397 internal fun scrollNotificationListOnce(direction: Direction) { in <lambda>() method