Searched refs:notificationShadeDepthController (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthControllerTest.kt | 106 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 D | BrightnessMirrorController.java | 58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController() argument 66 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
H A D | KeyguardModule.java | 130 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator() 173 notificationShadeDepthController, in newKeyguardViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowViewTest.kt | 97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController 168 notificationShadeDepthController,
|
H A D | NotificationShadeWindowViewControllerTest.kt | 97 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController 162 notificationShadeDepthController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 326 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsController() argument 372 mDepthController = notificationShadeDepthController; in QuickSettingsController()
|
H A D | NotificationPanelViewController.java | 734 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController() 864 mDepthController = notificationShadeDepthController; in NotificationPanelViewController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 555 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar() argument 604 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 1376 Lazy<NotificationShadeDepthController> notificationShadeDepthController, 1402 mNotificationShadeDepthController = notificationShadeDepthController;
|