Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarLaunchAnimatorController.kt18 private val notificationShadeWindowController: NotificationShadeWindowController,
24 get() = notificationShadeWindowController.windowRootView
H A DStatusBarHeadsUpChangeListener.java48 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener() argument
56 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarHeadsUpChangeListener()
H A DStatusBarTouchableRegionManager.java82 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager() argument
118 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarTouchableRegionManager()
H A DStatusBarNotificationPresenter.java106 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter() argument
140 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationPresenter()
H A DDozeServiceHost.java115 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost() argument
134 mNotificationShadeWindowController = notificationShadeWindowController; in DozeServiceHost()
H A DStatusBarNotificationActivityStarter.java165 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationActivityStarter()
193 mNotificationShadeWindowController = notificationShadeWindowController; in StatusBarNotificationActivityStarter()
H A DBiometricUnlockController.java273 NotificationShadeWindowController notificationShadeWindowController, in BiometricUnlockController() argument
302 mNotificationShadeWindowController = notificationShadeWindowController; in BiometricUnlockController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt74 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 DShadeControllerImplTest.kt56 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController
82 notificationShadeWindowController,
H A DNotificationShadeWindowViewControllerTest.kt98 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController
173 notificationShadeWindowController,
360 verify(notificationShadeWindowController).setLaunchingActivity(false)
H A DNotificationShadeWindowViewTest.kt98 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController
179 notificationShadeWindowController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java122 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 DNotificationShadeDepthControllerTest.kt72 @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 DNotificationShadeDepthController.kt67 private val notificationShadeWindowController: NotificationShadeWindowController,
249 notificationShadeWindowController.setBackgroundBlurRadius(blur)
317 notificationShadeWindowController.setScrimsVisibilityListener {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java138 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in newKeyguardViewMediator()
181 notificationShadeWindowController, in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt67 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 DBouncerSwipeTouchHandler.java213 NotificationShadeWindowController notificationShadeWindowController, in BouncerSwipeTouchHandler() argument
226 mNotificationShadeWindowController = notificationShadeWindowController; in BouncerSwipeTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java91 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl() argument
105 mNotificationShadeWindowController = notificationShadeWindowController; in ShadeControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt78 private lateinit var notificationShadeWindowController: NotificationShadeWindowController
120 notificationShadeWindowController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DCentralSurfacesDependenciesModule.java139 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in provideNotificationMediaManager() argument
156 notificationShadeWindowController, in provideNotificationMediaManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java186 NotificationShadeWindowController notificationShadeWindowController, in NavBarHelper() argument
190 mNotificationShadeWindowController = notificationShadeWindowController; in NavBarHelper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java319 NotificationShadeWindowController notificationShadeWindowController, in provideBubblesManager() argument
337 notificationShadeWindowController, in provideBubblesManager()
H A DReferenceSystemUIModule.java211 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt152 private val notificationShadeWindowController: NotificationShadeWindowController,
413 !notificationShadeWindowController.isLaunchingActivity &&
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java200 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController() argument

12