Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarView.java55 private CarSystemBarButton mNotificationsButton; field in CarSystemBarView
74 mNotificationsButton = findViewById(R.id.notifications); in onFinishInflate()
75 if (mNotificationsButton != null) { in onFinishInflate()
76 mNotificationsButton.setOnClickListener(this::onNotificationsClick); in onFinishInflate()
208 if (mNotificationsButton == null) return; in toggleNotificationUnseenIndicator()
210 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()