Searched refs:mNotificationPanel (Results 1 – 5 of 5) sorted by relevance
149 mNotificationPanel = panel; in StatusBarNotificationPresenter()190 mNotificationPanel.createRemoteInputDelegate()); in StatusBarNotificationPresenter()224 && !mNotificationPanel.isTracking() in maybeClosePanelForShadeEmptied()225 && !mNotificationPanel.isQsExpanded() in maybeClosePanelForShadeEmptied()293 return mNotificationPanel.isCollapsing() in isCollapsing()298 if (mNotificationPanel.hasPulsingNotifications() && in maybeEndAmbientPulse()318 mNotificationPanel.updateNotificationViews(reason); in updateNotificationViews()350 return mNotificationPanel.isFullyCollapsed(); in isPresenterFullyCollapsed()372 if (view == mNotificationPanel.getActivatedChild()) { in onActivationReset()373 mNotificationPanel.setActivatedChild(null); in onActivationReset()[all …]
91 private NotificationPanelViewController mNotificationPanel; field in DozeServiceHost146 mNotificationPanel = notificationPanel; in initialize()258 mNotificationPanel.setPulsing(pulsing); in pulseWhileDozing()296 mNotificationPanel.dozeTimeTick(); in dozeTimeTick()
127 private final NotificationPanelViewController mNotificationPanel; field in StatusBarNotificationActivityStarter203 mNotificationPanel = panel; in StatusBarNotificationActivityStarter()310 return animate || !mNotificationPanel.isFullyCollapsed(); in handleNotificationClickAfterKeyguardDismissed()
46 private final NotificationPanelViewController mNotificationPanel; field in BrightnessMirrorController65 mNotificationPanel = notificationPanelViewController; in BrightnessMirrorController()67 mNotificationPanel.setPanelAlphaEndAction(() -> { in BrightnessMirrorController()76 mNotificationPanel.setPanelAlpha(0, true /* animate */); in showMirror()82 mNotificationPanel.setPanelAlpha(255, true /* animate */); in hideMirror()
88 @Mock private NotificationPanelViewController mNotificationPanel; field in DozeServiceHostTest108 mNotificationPanel, in setup()