Searched refs:hasUnseen (Results 1 – 3 of 3) sorted by relevance
165 void toggleNotificationUnseenIndicator(Boolean hasUnseen) { in toggleNotificationUnseenIndicator() argument168 mNotificationsButton.setUnseen(hasUnseen); in toggleNotificationUnseenIndicator()
153 public void setUnseen(boolean hasUnseen) {154 mHasUnseen = hasUnseen;
881 boolean hasUnseen = unseenNotificationCount > 0; in onUseenCountUpdate()884 mNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()888 mLeftNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()892 mRightNavigationBarView.toggleNotificationUnseenIndicator(hasUnseen); in onUseenCountUpdate()