Searched refs:mNotificationShadeDepthController (Results 1 – 6 of 6) sorted by relevance
123 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in QuickSettingsControllerBaseTest231 mNotificationShadeDepthController, in setup()
253 @Mock protected NotificationShadeDepthController mNotificationShadeDepthController; field in NotificationPanelViewControllerBaseTest613 mNotificationShadeDepthController, in setup()704 mNotificationShadeDepthController, in setup()
250 verify(mNotificationShadeDepthController).setPanelPullDownMinFraction(eq(0.5f)); in testSetPanelScrimMinFractionWhenHeadsUpIsDragged()
218 private final NotificationShadeDepthController mNotificationShadeDepthController; field in NavigationBar604 mNotificationShadeDepthController = notificationShadeDepthController; in NavigationBar()729 mNotificationShadeDepthController.addListener(mDepthListener); in onInit()741 mNotificationShadeDepthController.removeListener(mDepthListener); in destroyView()
163 private @Mock NotificationShadeDepthController mNotificationShadeDepthController; field in KeyguardViewMediatorTest999 () -> mNotificationShadeDepthController, in createAndStartViewMediator()
329 private final Lazy<NotificationShadeDepthController> mNotificationShadeDepthController; field in KeyguardViewMediator1402 mNotificationShadeDepthController = notificationShadeDepthController;2376 mNotificationShadeDepthController.get().setBlursDisabledForAppLaunch(disabled);