Home
last modified time | relevance | path

Searched defs:notificationShadeWindowViewController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorController.kt16 private val notificationShadeWindowViewController: NotificationShadeWindowViewController, constant in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorControllerProvider
38 private val notificationShadeWindowViewController: NotificationShadeWindowViewController, constant in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorControllerTest.kt29 @Mock lateinit var notificationShadeWindowViewController: NotificationShadeWindowViewController variable in com.android.systemui.statusbar.notification.NotificationLaunchAnimatorControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeServiceHost.java142 NotificationShadeWindowViewController notificationShadeWindowViewController, in initialize()