Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarView.java165 void toggleNotificationUnseenIndicator(Boolean hasUnseen) { in toggleNotificationUnseenIndicator() argument
168 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()
DCarNavigationButton.java153 public void setUnseen(boolean hasUnseen) {
154 mHasUnseen = hasUnseen;
DCarStatusBar.java881 boolean hasUnseen = unseenNotificationCount > 0; in onUseenCountUpdate()
884 mNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()
888 mLeftNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()
892 mRightNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()