Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerBaseTest.java123 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in QuickSettingsControllerBaseTest
H A DNotificationPanelViewControllerBaseTest.java253 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in NotificationPanelViewControllerBaseTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java329 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController; field in KeyguardViewMediator
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java163 private @Mock NotificationShadeDepthController mNotificationShadeDepthController; field in KeyguardViewMediatorTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java218 private final NotificationShadeDepthController mNotificationShadeDepthController; field in NavigationBar