Searched refs:mNotificationsButton (Results 1 – 1 of 1) sorted by relevance
69 private CarSystemBarButton mNotificationsButton; field in CarSystemBarView97 mNotificationsButton = findViewById(R.id.notifications); in onFinishInflate()102 if (mNotificationsButton != null) { in onFinishInflate()103 mNotificationsButton.setOnClickListener(this::onNotificationsClick); in onFinishInflate()225 if (mNotificationsButton != null in onNotificationsClick()226 && mNotificationsButton.getDisabled()) { in onNotificationsClick()227 mNotificationsButton.runOnClickWhileDisabled(); in onNotificationsClick()324 if (mNotificationPanelViewController != null && mNotificationsButton != null) { in registerNotificationPanelViewController()325 mNotificationPanelViewController.registerViewStateListener(mNotificationsButton); in registerNotificationPanelViewController()362 if (mNotificationsButton == null) return; in toggleNotificationUnseenIndicator()[all …]