Home
last modified time | relevance | path

Searched refs:mNotificationShadeDepthController (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java136 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in QuickSettingsControllerImplBaseTest
287 mNotificationShadeDepthController, in setup()
DNotificationPanelViewControllerBaseTest.java281 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in NotificationPanelViewControllerBaseTest
716 mNotificationShadeDepthController, in setup()
816 mNotificationShadeDepthController, in setup()
DNotificationPanelViewControllerTest.java288 verify(mNotificationShadeDepthController).setPanelPullDownMinFraction(eq(0.5f)); in testSetPanelScrimMinFractionWhenHeadsUpIsDragged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java218 private final NotificationShadeDepthController mNotificationShadeDepthController; field in NavigationBar
622 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()
749 mNotificationShadeDepthController.addListener(mDepthListener); in onInit()
768 mNotificationShadeDepthController.removeListener(mDepthListener); in destroyView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java180 private @Mock NotificationShadeDepthController mNotificationShadeDepthController; field in KeyguardViewMediatorTest
1216 () -> mNotificationShadeDepthController, in createAndStartViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java339 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController; field in KeyguardViewMediator
1480 mNotificationShadeDepthController = notificationShadeDepthController;
2492 mNotificationShadeDepthController.get().setBlursDisabledForAppLaunch(disabled);