Home
last modified time | relevance | path

Searched refs:mNotificationPanelViewController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java54 private final NotificationPanelViewController mNotificationPanelViewController; field in NotificationPanelViewMediator
68 if (mNotificationPanelViewController.isPanelExpanded()) {
69 mNotificationPanelViewController.toggle();
86 mNotificationPanelViewController.clearCache();
106 mNotificationPanelViewController = notificationPanelViewController; in NotificationPanelViewMediator()
127 mNotificationPanelViewController.toggle(); in registerListeners()
132 return mNotificationPanelViewController.isPanelExpanded(); in registerListeners()
137 mNotificationPanelViewController); in registerListeners()
147 mNotificationPanelViewController.setOnUnseenCountUpdateListener(unseenNotificationCount -> { in setUpOverlayContentViewControllers()
155 mNotificationPanelViewController.onCarPowerStateOn(); in setUpOverlayContentViewControllers()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java103 private NotificationPanelViewController mNotificationPanelViewController; field in CarSystemBarController
358 mNotificationPanelViewController); in getTopBar()
383 mNotificationPanelViewController); in getBottomBar()
398 mNotificationPanelViewController); in getLeftBar()
412 mNotificationPanelViewController); in getRightBar()
518 mNotificationPanelViewController = notificationPanelViewController; in registerNotificationPanelViewController()
520 mTopView.registerNotificationPanelViewController(mNotificationPanelViewController); in registerNotificationPanelViewController()
523 mBottomView.registerNotificationPanelViewController(mNotificationPanelViewController); in registerNotificationPanelViewController()
526 mLeftView.registerNotificationPanelViewController(mNotificationPanelViewController); in registerNotificationPanelViewController()
529 mRightView.registerNotificationPanelViewController(mNotificationPanelViewController); in registerNotificationPanelViewController()
DCarSystemBarView.java80 private NotificationPanelViewController mNotificationPanelViewController; field in CarSystemBarView
323 mNotificationPanelViewController = controller; in registerNotificationPanelViewController()
324 if (mNotificationPanelViewController != null && mNotificationsButton != null) { in registerNotificationPanelViewController()
325 mNotificationPanelViewController.registerViewStateListener(mNotificationsButton); in registerNotificationPanelViewController()