Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java52 private final NotificationPanelViewController mNotificationPanelViewController; field in NotificationPanelViewMediator
65 if (mNotificationPanelViewController.isPanelExpanded()) {
66 mNotificationPanelViewController.toggle();
87 mNotificationPanelViewController = notificationPanelViewController; in NotificationPanelViewMediator()
107 mNotificationPanelViewController.toggle(); in registerListeners()
112 return mNotificationPanelViewController.isPanelExpanded(); in registerListeners()
122 mNotificationPanelViewController.setOnUnseenCountUpdateListener(unseenNotificationCount -> { in setUpOverlayContentViewControllers()
130 mNotificationPanelViewController.onCarPowerStateOn(); in setUpOverlayContentViewControllers()
146 mNotificationPanelViewController.reinflate(); in onConfigChanged()
168 mNotificationPanelViewController.reinflate(); in onLocaleListChanged()
[all …]