Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt78 private lateinit var notificationShadeDepthController: NotificationShadeDepthController in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
90 notificationShadeDepthController = NotificationShadeDepthController( in <lambda>()
94 notificationShadeDepthController.shadeSpring = shadeSpring in <lambda>()
95 notificationShadeDepthController.shadeAnimation = shadeAnimation in <lambda>()
96 notificationShadeDepthController.brightnessMirrorSpring = brightnessSpring in <lambda>()
97 notificationShadeDepthController.globalActionsSpring = globalActionsSpring in <lambda>()
98 notificationShadeDepthController.root = root in <lambda>()
107 verify(dumpManager).registerDumpable(anyString(), eq(notificationShadeDepthController)) in <lambda>()
112 notificationShadeDepthController.onPanelExpansionChanged(1f /* expansion */, in <lambda>()
120 notificationShadeDepthController.onPanelExpansionChanged(0.01f /* expansion */, in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java50 NotificationShadeDepthController notificationShadeDepthController, in BrightnessMirrorController() argument
55 mDepthController = notificationShadeDepthController; in BrightnessMirrorController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java199 Lazy<NotificationShadeDepthController> notificationShadeDepthController, in provideStatusBar()
278 notificationShadeDepthController, in provideStatusBar()