Home
last modified time | relevance | path

Searched defs:mNotificationShadeDepthController (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java102 private @Mock NotificationShadeDepthController mNotificationShadeDepthController; field in KeyguardViewMediatorTest
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewTest.java94 @Mock private NotificationShadeDepthController mNotificationShadeDepthController; field in NotificationShadeWindowViewTest
H A DNotificationPanelViewControllerTest.java256 private NotificationShadeDepthController mNotificationShadeDepthController; field in NotificationPanelViewControllerTest
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java199 private final NotificationShadeDepthController mNotificationShadeDepthController; field in NavigationBar
1675 private final NotificationShadeDepthController mNotificationShadeDepthController; field in NavigationBar.Factory
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java251 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController; field in KeyguardViewMediator