Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java83 private boolean mHasUnseenNotifications; field in CarNotificationViewAdapter
176 ((CarNotificationRecentsViewHolder) holder).bind(mHasUnseenNotifications); in onBindViewHolderImpl()
180 .bind(mHasSeenNotifications, !mHasUnseenNotifications); in onBindViewHolderImpl()
316 || (!mHasHeaderAndFooter && !mHasUnseenNotifications && !mHasSeenNotifications)) { in setMaxItems()
330 if (mHasUnseenNotifications) { in setMaxItems()
500 mHasUnseenNotifications = false; in setSeenAndUnseenNotifications()
504 mHasUnseenNotifications = true; in setSeenAndUnseenNotifications()
572 if (mHasUnseenNotifications) { in hasNotifications()