Searched refs:mNotificationShadeDepthController (Results 1 – 6 of 6) sorted by relevance
136 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in QuickSettingsControllerImplBaseTest287 mNotificationShadeDepthController, in setup()
281 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in NotificationPanelViewControllerBaseTest716 mNotificationShadeDepthController, in setup()816 mNotificationShadeDepthController, in setup()
288 verify(mNotificationShadeDepthController).setPanelPullDownMinFraction(eq(0.5f)); in testSetPanelScrimMinFractionWhenHeadsUpIsDragged()
218 private final NotificationShadeDepthController mNotificationShadeDepthController; field in NavigationBar622 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()749 mNotificationShadeDepthController.addListener(mDepthListener); in onInit()768 mNotificationShadeDepthController.removeListener(mDepthListener); in destroyView()
180 private @Mock NotificationShadeDepthController mNotificationShadeDepthController; field in KeyguardViewMediatorTest1216 () -> mNotificationShadeDepthController, in createAndStartViewMediator()
339 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController; field in KeyguardViewMediator1480 mNotificationShadeDepthController = notificationShadeDepthController;2492 mNotificationShadeDepthController.get().setBlursDisabledForAppLaunch(disabled);