Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationFooterViewHolder.java71 public void bind(boolean containsNotification, boolean containsSeenNotifications) { in bind() argument
82 mClearAllButton.setAlpha(containsSeenNotifications ? mAlpha : 1); in bind()