Searched refs:NotificationStack (Results 1 – 5 of 5) sorted by relevance
21 NotificationStack(fromLockscreen = true) {
64 val notificationStack: NotificationStack65 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()
23 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>()
169 return NotificationStack.findHeadsUpNotification( in findHeadsUpNotification()
65 open class NotificationStack internal constructor(val fromLockscreen: Boolean) { in <lambda>() class