Searched refs:mNotificationPanel (Results 1 – 6 of 6) sorted by relevance
108 private final NotificationPanelViewController mNotificationPanel; field in StatusBarNotificationPresenter150 mNotificationPanel = panel; in StatusBarNotificationPresenter()172 mNotificationPanelDebugText = mNotificationPanel.getHeaderDebugInfo(); in StatusBarNotificationPresenter()189 mNotificationPanel.createRemoteInputDelegate()); in StatusBarNotificationPresenter()285 return mNotificationPanel.isCollapsing() in isCollapsing()291 if (mNotificationPanel.hasPulsingNotifications() && in maybeEndAmbientPulse()313 mNotificationPanel.updateNotificationViews(reason); in updateNotificationViews()321 && !mNotificationPanel.isTracking() && !mNotificationPanel.isQsExpanded()) { in onNotificationRemoved()365 return mNotificationPanel.isFullyCollapsed(); in isPresenterFullyCollapsed()371 if (view != null) mNotificationPanel.setActivatedChild(view); in onActivated()[all …]
92 private NotificationPanelViewController mNotificationPanel; field in DozeServiceHost147 mNotificationPanel = notificationPanel; in initialize()260 mNotificationPanel.setPulsing(pulsing); in pulseWhileDozing()298 mNotificationPanel.dozeTimeTick(); in dozeTimeTick()
129 private final NotificationPanelViewController mNotificationPanel; field in StatusBarNotificationActivityStarter204 mNotificationPanel = panel; in StatusBarNotificationActivityStarter()311 return !mNotificationPanel.isFullyCollapsed(); in handleNotificationClickAfterKeyguardDismissed()607 } else if (mNotificationPanel.hasPulsingNotifications()) { in createRemoveRunnable()
42 private final NotificationPanelViewController mNotificationPanel; field in BrightnessMirrorController54 mNotificationPanel = notificationPanelViewController; in BrightnessMirrorController()56 mNotificationPanel.setPanelAlphaEndAction(() -> { in BrightnessMirrorController()65 mNotificationPanel.setPanelAlpha(0, true /* animate */); in showMirror()71 mNotificationPanel.setPanelAlpha(255, true /* animate */); in hideMirror()
59 private final NotificationPanelViewController mNotificationPanel; field in ActivityLaunchAnimator81 mNotificationPanel = notificationPanel; in ActivityLaunchAnimator()169 mNotificationPanel.collapse(false /* delayed */, 1.0f /* speedUpFactor */); in onAnimationStart()176 >= mNotificationPanel.getHeight(); in onAnimationStart()178 mNotificationPanel.collapseWithDuration(ANIMATION_DURATION); in onAnimationStart()261 mNotificationPanel.setLaunchingNotification(running); in setExpandAnimationRunning()276 mNotificationPanel.applyExpandAnimationParams(params); in applyParamsToNotificationShade()
88 @Mock private NotificationPanelViewController mNotificationPanel; field in DozeServiceHostTest106 mNotificationPanel, mAmbientIndicationContainer); in setup()