/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 67 private val notificationShadeWindowController: NotificationShadeWindowController, 114 notificationShadeWindowController.setForcePluginOpen(false, this) 139 notificationShadeWindowController.setForcePluginOpen(true, this) 151 notificationShadeWindowController.setForcePluginOpen(false, this)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarHeadsUpChangeListener.java | 47 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener() argument 58 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
|
H A D | StatusBarDemoMode.java | 54 NotificationShadeWindowController notificationShadeWindowController, in StatusBarDemoMode() argument 59 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarDemoMode()
|
H A D | ShadeControllerImpl.java | 61 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl() argument 70 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
|
H A D | StatusBarTouchableRegionManager.java | 74 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager() argument 115 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
|
H A D | DozeServiceHost.java | 108 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost() argument 127 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost()
|
H A D | StatusBarNotificationPresenter.java | 126 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter() argument 169 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter()
|
H A D | BiometricUnlockController.java | 261 NotificationShadeWindowController notificationShadeWindowController, in BiometricUnlockController() argument 283 mNotificationShadeWindowController = notificationShadeWindowController; in BiometricUnlockController()
|
H A D | StatusBarKeyguardViewManager.java | 243 NotificationShadeWindowController notificationShadeWindowController, in StatusBarKeyguardViewManager() argument 256 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarKeyguardViewManager()
|
H A D | StatusBar.java | 739 NotificationShadeWindowController notificationShadeWindowController, in StatusBar() 842 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthControllerTest.kt | 67 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController 103 notificationShadeWindowController, dozeParameters, dumpManager) 111 verify(notificationShadeWindowController) 327 verify(notificationShadeWindowController).setBackgroundBlurRadius(eq(0))
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthController.kt | 63 private val notificationShadeWindowController: NotificationShadeWindowController, 224 notificationShadeWindowController.setBackgroundBlurRadius(blur) 293 notificationShadeWindowController.setScrimsVisibilityListener {
|
H A D | NotificationMediaManager.java | 179 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in NotificationMediaManager() argument 195 mNotificationShadeWindowController = notificationShadeWindowController; in NotificationMediaManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIModule.java | 202 NotificationShadeWindowController notificationShadeWindowController, in provideBubblesManager() argument 212 notificationShadeWindowController, statusBarStateController, shadeController, in provideBubblesManager()
|
H A D | SystemUIDefaultModule.java | 204 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 129 NotificationShadeWindowController notificationShadeWindowController, in create() argument 147 notificationShadeWindowController, statusBarStateController, shadeController, in create() 160 NotificationShadeWindowController notificationShadeWindowController, in BubblesManager() argument 178 mNotificationShadeWindowController = notificationShadeWindowController; in BubblesManager()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthRippleControllerTest.kt | 72 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController 100 notificationShadeWindowController,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | StatusBarDependenciesModule.java | 133 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager() argument 146 notificationShadeWindowController, in provideNotificationMediaManager()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
H A D | StatusBarPhoneModule.java | 191 NotificationShadeWindowController notificationShadeWindowController, in provideStatusBar() 293 notificationShadeWindowController, in provideStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 197 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 341 NotificationShadeWindowController notificationShadeWindowController, in GlobalActionsDialogLite() argument 374 mNotificationShadeWindowController = notificationShadeWindowController; in GlobalActionsDialogLite() 2223 NotificationShadeWindowController notificationShadeWindowController, 2239 mNotificationShadeWindowController = notificationShadeWindowController;
|