Home
last modified time | relevance | path

Searched refs:mNotificationShadeDepthController (Results 1 – 6 of 6) 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
231 mNotificationShadeDepthController, in setup()
H A DNotificationPanelViewControllerBaseTest.java253 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in NotificationPanelViewControllerBaseTest
613 mNotificationShadeDepthController, in setup()
704 mNotificationShadeDepthController, in setup()
H A DNotificationPanelViewControllerTest.java250 verify(mNotificationShadeDepthController).setPanelPullDownMinFraction(eq(0.5f)); in testSetPanelScrimMinFractionWhenHeadsUpIsDragged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java218 private final NotificationShadeDepthController mNotificationShadeDepthController; field in NavigationBar
604 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()
729 mNotificationShadeDepthController.addListener(mDepthListener); in onInit()
741 mNotificationShadeDepthController.removeListener(mDepthListener); in destroyView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java163 private @Mock NotificationShadeDepthController mNotificationShadeDepthController; field in KeyguardViewMediatorTest
999 () -> mNotificationShadeDepthController, in createAndStartViewMediator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java329 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController; field in KeyguardViewMediator
1402 mNotificationShadeDepthController = notificationShadeDepthController;
2376 mNotificationShadeDepthController.get().setBlursDisabledForAppLaunch(disabled);