Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarView.java38 private CarNavigationButton mNotificationsButton; field in CarNavigationBarView
56 mNotificationsButton = findViewById(R.id.notifications); in onFinishInflate()
57 if (mNotificationsButton != null) { in onFinishInflate()
58 mNotificationsButton.setOnClickListener(this::onNotificationsClick); in onFinishInflate()
103 if (mNotificationsButton == null || !mCarStatusBar.isNotificationPanelOpen()) { in shouldConsumeNotificationButtonEvent()
107 mNotificationsButton.getHitRect(notificationButtonLocation); in shouldConsumeNotificationButtonEvent()
166 if (mNotificationsButton == null) return; in toggleNotificationUnseenIndicator()
168 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()