Searched refs:mNotificationPanel (Results 1 – 9 of 9) sorted by relevance
110 private final NotificationPanelView mNotificationPanel; field in StatusBarNotificationPresenter144 mNotificationPanel = panel; in StatusBarNotificationPresenter()163 mNotificationPanelDebugText = mNotificationPanel.findViewById(R.id.header_debug_info); in StatusBarNotificationPresenter()180 mNotificationPanel.createRemoteInputDelegate()); in StatusBarNotificationPresenter()291 return mNotificationPanel.isCollapsing() in isCollapsing()297 if (mNotificationPanel.hasPulsingNotifications() && in maybeEndAmbientPulse()319 mNotificationPanel.updateNotificationViews(); in updateNotificationViews()327 && !mNotificationPanel.isTracking() && !mNotificationPanel.isQsExpanded()) { in onNotificationRemoved()406 return mNotificationPanel.isFullyCollapsed(); in isPresenterFullyCollapsed()412 if (view != null) mNotificationPanel.setActivatedChild(view); in onActivated()[all …]
393 …protected NotificationPanelView mNotificationPanel; // the sliding/resizing panel within the notif… field in StatusBar465 if (mNotificationPanel != null) {466 mNotificationPanel.setUserSetupComplete(mUserSetup);809 mNotificationPanel = mStatusBarWindow.findViewById(R.id.notification_panel); in makeStatusBarView()822 mNotificationPanel.setOnReinflationListener(mNotificationIconAreaController::initAodIcons); in makeStatusBarView()823 mNotificationPanel.addExpansionListener(mWakeUpCoordinator); in makeStatusBarView()839 mStatusBarView.setPanel(mNotificationPanel); in makeStatusBarView()850 mNotificationPanel.notifyBarPanelExpansionChanged(); in makeStatusBarView()882 mHeadsUpManager.addListener(mNotificationPanel); in makeStatusBarView()886 mNotificationPanel.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()[all …]
88 private NotificationPanelView mNotificationPanel; field in StatusBarWindowView250 mNotificationPanel = findViewById(R.id.notification_panel); in onFinishInflate()373 if (isDown && mNotificationPanel.isFullyCollapsed()) { in dispatchTouchEvent()374 mNotificationPanel.startExpandLatencyTracking(); in dispatchTouchEvent()425 if (mNotificationPanel.isFullyExpanded() in onInterceptTouchEvent()438 mNotificationPanel.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent()
94 private final NotificationPanelView mNotificationPanel; field in StatusBarNotificationActivityStarter137 mNotificationPanel = panel; in StatusBarNotificationActivityStarter()268 return !mNotificationPanel.isFullyCollapsed(); in handleNotificationClickAfterKeyguardDismissed()
41 private final NotificationPanelView mNotificationPanel; field in BrightnessMirrorController50 mNotificationPanel = statusBarWindow.findViewById(R.id.notification_panel); in BrightnessMirrorController()51 mNotificationPanel.setPanelAlphaEndAction(() -> { in BrightnessMirrorController()60 mNotificationPanel.setPanelAlpha(0, true /* animate */); in showMirror()65 mNotificationPanel.setPanelAlpha(255, true /* animate */); in hideMirror()
57 private final NotificationPanelView mNotificationPanel; field in ActivityLaunchAnimator74 mNotificationPanel = notificationPanel; in ActivityLaunchAnimator()156 mNotificationPanel.collapse(false /* delayed */, 1.0f /* speedUpFactor */); in onAnimationStart()163 >= mNotificationPanel.getHeight(); in onAnimationStart()165 mNotificationPanel.collapseWithDuration(ANIMATION_DURATION); in onAnimationStart()247 mNotificationPanel.setLaunchingNotification(running); in setExpandAnimationRunning()262 mNotificationPanel.applyExpandAnimationParams(params); in applyParamsToNotificationList()
797 mNotificationPanel = panelView; in TestableStatusBar()
333 mNotificationPanel.setScrollingEnabled(true); in start()
496 private NotificationPanelView mNotificationPanel; field in NotificationStackScrollLayout5648 mNotificationPanel = notificationPanelView;6410 mNotificationPanel.setEmptyDragAmount(amount);