Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt88 private lateinit var notificationShadeDepthController: NotificationShadeDepthController in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
107 notificationShadeDepthController = in <lambda>()
121 notificationShadeDepthController.shadeAnimation = shadeAnimation in <lambda>()
122 notificationShadeDepthController.brightnessMirrorSpring = brightnessSpring in <lambda>()
123 notificationShadeDepthController.root = root in <lambda>()
137 anyString(), eq(notificationShadeDepthController) in <lambda>()
143 notificationShadeDepthController.onPanelExpansionChanged( in <lambda>()
151 notificationShadeDepthController.onPanelExpansionChanged( in <lambda>()
161 notificationShadeDepthController.onPanelExpansionChanged( in <lambda>()
174 notificationShadeDepthController.onPanelExpansionChanged(event) in <lambda>()
[all …]
DLockscreenShadeTransitionControllerTest.kt147 notificationShadeDepthController = depthController, in setup()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerKosmos.kt23 var Kosmos.notificationShadeDepthController by Fixture { mock<NotificationShadeDepthController>() } in <lambda>() variable
DLockscreenShadeTransitionControllerKosmos.kt50 depthController = notificationShadeDepthController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController() argument
66 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java149 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator()
197 notificationShadeDepthController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt100 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController variable in com.android.systemui.shade.NotificationShadeWindowViewTest
172 notificationShadeDepthController, in setUp()
DNotificationShadeWindowViewControllerTest.kt118 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController variable
202 notificationShadeDepthController, in setUp()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DTestMocksModule.kt114 @get:Provides val notificationShadeDepthController: NotificationShadeDepthController = mock(), constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java570 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar()
622 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java315 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsControllerImpl() argument
363 mDepthController = notificationShadeDepthController; in QuickSettingsControllerImpl()
DNotificationPanelViewController.java737 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController()
885 mDepthController = notificationShadeDepthController; in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1449 Lazy<NotificationShadeDepthController> notificationShadeDepthController,
1480 mNotificationShadeDepthController = notificationShadeDepthController;