/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthControllerTest.kt | 88 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 …]
|
D | LockscreenShadeTransitionControllerTest.kt | 147 notificationShadeDepthController = depthController, in setup()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | NotificationShadeDepthControllerKosmos.kt | 23 var Kosmos.notificationShadeDepthController by Fixture { mock<NotificationShadeDepthController>() } in <lambda>() variable
|
D | LockscreenShadeTransitionControllerKosmos.kt | 50 depthController = notificationShadeDepthController, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 58 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController() argument 66 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
D | KeyguardModule.java | 149 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in newKeyguardViewMediator() 197 notificationShadeDepthController, in newKeyguardViewMediator()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewTest.kt | 100 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController variable in com.android.systemui.shade.NotificationShadeWindowViewTest 172 notificationShadeDepthController, in setUp()
|
D | NotificationShadeWindowViewControllerTest.kt | 118 @Mock private lateinit var notificationShadeDepthController: NotificationShadeDepthController variable 202 notificationShadeDepthController, in setUp()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
D | TestMocksModule.kt | 114 @get:Provides val notificationShadeDepthController: NotificationShadeDepthController = mock(), constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 570 NotificationShadeDepthController notificationShadeDepthController, in NavigationBar() 622 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsControllerImpl.java | 315 NotificationShadeDepthController notificationShadeDepthController, in QuickSettingsControllerImpl() argument 363 mDepthController = notificationShadeDepthController; in QuickSettingsControllerImpl()
|
D | NotificationPanelViewController.java | 737 NotificationShadeDepthController notificationShadeDepthController, in NotificationPanelViewController() 885 mDepthController = notificationShadeDepthController; in NotificationPanelViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 1449 Lazy<NotificationShadeDepthController> notificationShadeDepthController, 1480 mNotificationShadeDepthController = notificationShadeDepthController;
|