Home
last modified time | relevance | path

Searched refs:NotificationStack (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/systemui-tapl/src/android/platform/systemui_tapl/ui/
DLockscreenNotificationShade.kt21 NotificationStack(fromLockscreen = true) {
DNotificationShade.kt64 val notificationStack: NotificationStack
65 get() = NotificationStack(/* fromLockscreen= */ false)
179 NotificationStack.scrollNotificationListOnce(Direction.DOWN) in scrollToBottom()
219 NotificationStack.scrollNotificationListOnce(Direction.DOWN) in scrollDown()
224 NotificationStack.scrollNotificationListOnce(Direction.UP) in scrollUp()
DNotification.kt23 import android.platform.systemui_tapl.ui.NotificationStack.Companion.NOTIFICATION_ROW_SELECTOR in <lambda>()
24 import android.platform.systemui_tapl.ui.NotificationStack.Companion.getNotificationCountByIdentity… in <lambda>()
25 import android.platform.systemui_tapl.ui.NotificationStack.Companion.notificationByTextSelector in <lambda>()
DRoot.kt169 return NotificationStack.findHeadsUpNotification( in findHeadsUpNotification()
DNotificationStack.kt65 open class NotificationStack internal constructor(val fromLockscreen: Boolean) { in <lambda>() class