Home
last modified time | relevance | path

Searched refs:notificationShadeWindowViewController (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt17 private val notificationShadeWindowViewController: NotificationShadeWindowViewController,
25 notificationShadeWindowViewController,
39 private val notificationShadeWindowViewController: NotificationShadeWindowViewController,
111 notificationShadeWindowViewController.setExpandAnimationRunning(willAnimate)
131 notificationShadeWindowViewController.setExpandAnimationRunning(false)
148 notificationShadeWindowViewController.setExpandAnimationRunning(false)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt29 @Mock lateinit var notificationShadeWindowViewController: NotificationShadeWindowViewController
49 notificationShadeWindowViewController,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarDemoMode.java55 NotificationShadeWindowViewController notificationShadeWindowViewController, in StatusBarDemoMode() argument
60 mNotificationShadeWindowViewController = notificationShadeWindowViewController; in StatusBarDemoMode()
H A DDozeServiceHost.java141 NotificationShadeWindowViewController notificationShadeWindowViewController, in initialize() argument
147 mNotificationShadeWindowViewController = notificationShadeWindowViewController; in initialize()