Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationShadeDepthControllerTest.kt106 notificationShadeDepthController.root = root
122 notificationShadeDepthController.onPanelExpansionChanged(
130 notificationShadeDepthController.onPanelExpansionChanged(
140 notificationShadeDepthController.onPanelExpansionChanged(
150 notificationShadeDepthController.onPanelExpansionChanged(
155 notificationShadeDepthController.onPanelExpansionChanged(
160 notificationShadeDepthController.onPanelExpansionChanged(
170 notificationShadeDepthController.onPanelExpansionChanged(
179 notificationShadeDepthController.onPanelExpansionChanged(
208 notificationShadeDepthController.qsPanelExpansion = 1f
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController() argument
66 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java100 Lazy<NotificationShadeDepthController> notificationShadeDepthController) { in newKeyguardViewMediator() argument
123 notificationShadeDepthController in newKeyguardViewMediator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
H A DStatusBarPhoneModule.java223 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in provideStatusBar()
324 notificationShadeDepthController, in provideStatusBar()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java496 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar() argument
533 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()
1708 NotificationShadeDepthController notificationShadeDepthController, in Factory() argument
1738 mNotificationShadeDepthController = notificationShadeDepthController; in Factory()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java849 Lazy<NotificationShadeDepthController> notificationShadeDepthController) { in KeyguardViewMediator() argument
856 mNotificationShadeDepthController = notificationShadeDepthController; in KeyguardViewMediator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java693 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController()
746 mDepthController = notificationShadeDepthController; in NotificationPanelViewController()