/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarLaunchAnimatorController.kt | 18 private val notificationShadeWindowController: NotificationShadeWindowController, 24 get() = notificationShadeWindowController.windowRootView
|
H A D | StatusBarHeadsUpChangeListener.java | 48 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener() argument 56 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
|
H A D | StatusBarTouchableRegionManager.java | 82 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager() argument 118 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
|
H A D | StatusBarNotificationPresenter.java | 106 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter() argument 140 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter()
|
H A D | DozeServiceHost.java | 115 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost() argument 134 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost()
|
H A D | StatusBarNotificationActivityStarter.java | 165 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationActivityStarter() 193 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationActivityStarter()
|
H A D | BiometricUnlockController.java | 273 NotificationShadeWindowController notificationShadeWindowController, in BiometricUnlockController() argument 302 mNotificationShadeWindowController = notificationShadeWindowController; in BiometricUnlockController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 74 private val notificationShadeWindowController: NotificationShadeWindowController, 143 notificationShadeWindowController.setForcePluginOpen(false, this) 190 notificationShadeWindowController.setForcePluginOpen(true, this) 207 notificationShadeWindowController.setForcePluginOpen(false, this)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | ShadeControllerImplTest.kt | 56 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController 82 notificationShadeWindowController,
|
H A D | NotificationShadeWindowViewControllerTest.kt | 98 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController 173 notificationShadeWindowController, 360 verify(notificationShadeWindowController).setLaunchingActivity(false)
|
H A D | NotificationShadeWindowViewTest.kt | 98 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController 179 notificationShadeWindowController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 122 NotificationShadeWindowController notificationShadeWindowController, in create() argument 141 notificationShadeWindowController, in create() 165 NotificationShadeWindowController notificationShadeWindowController, in BubblesManager() argument 183 mNotificationShadeWindowController = notificationShadeWindowController; in BubblesManager() 247 notificationShadeWindowController.registerCallback(mStatusBarWindowCallback); in BubblesManager()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthControllerTest.kt | 72 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController 114 notificationShadeWindowController, 126 verify(notificationShadeWindowController) 421 verify(notificationShadeWindowController).setBackgroundBlurRadius(eq(0))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthController.kt | 67 private val notificationShadeWindowController: NotificationShadeWindowController, 249 notificationShadeWindowController.setBackgroundBlurRadius(blur) 317 notificationShadeWindowController.setScrimsVisibilityListener {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
H A D | KeyguardModule.java | 138 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in newKeyguardViewMediator() 181 notificationShadeWindowController, in newKeyguardViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardUnlockAnimationControllerTest.kt | 67 private lateinit var notificationShadeWindowController: NotificationShadeWindowController 102 notificationShadeWindowController, powerManager, wallpaperManager 292 whenever(notificationShadeWindowController.isLaunchingActivity).thenReturn(true)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
H A D | BouncerSwipeTouchHandler.java | 213 NotificationShadeWindowController notificationShadeWindowController, in BouncerSwipeTouchHandler() argument 226 mNotificationShadeWindowController = notificationShadeWindowController; in BouncerSwipeTouchHandler()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeControllerImpl.java | 91 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl() argument 105 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthRippleControllerTest.kt | 78 private lateinit var notificationShadeWindowController: NotificationShadeWindowController 120 notificationShadeWindowController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
H A D | CentralSurfacesDependenciesModule.java | 139 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager() argument 156 notificationShadeWindowController, in provideNotificationMediaManager()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavBarHelper.java | 186 NotificationShadeWindowController notificationShadeWindowController, in NavBarHelper() argument 190 mNotificationShadeWindowController = notificationShadeWindowController; in NavBarHelper()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIModule.java | 319 NotificationShadeWindowController notificationShadeWindowController, in provideBubblesManager() argument 337 notificationShadeWindowController, in provideBubblesManager()
|
H A D | ReferenceSystemUIModule.java | 211 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardUnlockAnimationController.kt | 152 private val notificationShadeWindowController: NotificationShadeWindowController, 413 !notificationShadeWindowController.isLaunchingActivity &&
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvSystemUIModule.java | 200 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument
|