Home
last modified time | relevance | path

Searched refs:notificationShadeDepthController (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt106 notificationShadeDepthController =
121 notificationShadeDepthController.root = root
135 anyString(), eq(notificationShadeDepthController)
141 notificationShadeDepthController.onPanelExpansionChanged(
149 notificationShadeDepthController.onPanelExpansionChanged(
159 notificationShadeDepthController.onPanelExpansionChanged(
175 notificationShadeDepthController.onPanelExpansionChanged(
179 notificationShadeDepthController.onPanelExpansionChanged(
188 notificationShadeDepthController.onPanelExpansionChanged(
223 notificationShadeDepthController.qsPanelExpansion = 1f
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController() argument
66 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java130 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator()
173 notificationShadeDepthController, in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
168 notificationShadeDepthController,
H A DNotificationShadeWindowViewControllerTest.kt97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController
162 notificationShadeDepthController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java326 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsController() argument
372 mDepthController = notificationShadeDepthController; in QuickSettingsController()
H A DNotificationPanelViewController.java734 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController()
864 mDepthController = notificationShadeDepthController; in NotificationPanelViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java555 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar() argument
604 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1376 Lazy<NotificationShadeDepthController> notificationShadeDepthController,
1402 mNotificationShadeDepthController = notificationShadeDepthController;