Home
last modified time | relevance | path

Searched refs:notificationShadeWindowController (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt67 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 DStatusBarHeadsUpChangeListener.java47 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener() argument
58 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
H A DStatusBarDemoMode.java54 NotificationShadeWindowController notificationShadeWindowController, in StatusBarDemoMode() argument
59 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarDemoMode()
H A DShadeControllerImpl.java61 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl() argument
70 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
H A DStatusBarTouchableRegionManager.java74 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager() argument
115 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
H A DDozeServiceHost.java108 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost() argument
127 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost()
H A DStatusBarNotificationPresenter.java126 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter() argument
169 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter()
H A DBiometricUnlockController.java261 NotificationShadeWindowController notificationShadeWindowController, in BiometricUnlockController() argument
283 mNotificationShadeWindowController = notificationShadeWindowController; in BiometricUnlockController()
H A DStatusBarKeyguardViewManager.java243 NotificationShadeWindowController notificationShadeWindowController, in StatusBarKeyguardViewManager() argument
256 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarKeyguardViewManager()
H A DStatusBar.java739 NotificationShadeWindowController notificationShadeWindowController, in StatusBar()
842 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBar()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt67 @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 DNotificationShadeDepthController.kt63 private val notificationShadeWindowController: NotificationShadeWindowController,
224 notificationShadeWindowController.setBackgroundBlurRadius(blur)
293 notificationShadeWindowController.setScrimsVisibilityListener {
H A DNotificationMediaManager.java179 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in NotificationMediaManager() argument
195 mNotificationShadeWindowController = notificationShadeWindowController; in NotificationMediaManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java202 NotificationShadeWindowController notificationShadeWindowController, in provideBubblesManager() argument
212 notificationShadeWindowController, statusBarStateController, shadeController, in provideBubblesManager()
H A DSystemUIDefaultModule.java204 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java129 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 DAuthRippleControllerTest.kt72 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController
100 notificationShadeWindowController,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java133 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager() argument
146 notificationShadeWindowController, in provideNotificationMediaManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java191 NotificationShadeWindowController notificationShadeWindowController, in provideStatusBar()
293 notificationShadeWindowController, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java197 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java341 NotificationShadeWindowController notificationShadeWindowController, in GlobalActionsDialogLite() argument
374 mNotificationShadeWindowController = notificationShadeWindowController; in GlobalActionsDialogLite()
2223 NotificationShadeWindowController notificationShadeWindowController,
2239 mNotificationShadeWindowController = notificationShadeWindowController;