Searched refs:mNotificationsButton (Results 1 – 1 of 1) sorted by relevance
38 private CarNavigationButton mNotificationsButton; field in CarNavigationBarView56 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()