Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java84 private boolean mHasSeenNotifications; field in CarNotificationViewAdapter
173 mHasSeenNotifications); in onBindViewHolderImpl() local
180 .bind(mHasSeenNotifications, !mHasUnseenNotifications); in onBindViewHolderImpl()
316 || (!mHasHeaderAndFooter && !mHasUnseenNotifications && !mHasSeenNotifications)) { in setMaxItems()
327 if (mHasSeenNotifications) { in setMaxItems()
514 mHasSeenNotifications = false; in setSeenAndUnseenNotifications()
516 mHasSeenNotifications = true; in setSeenAndUnseenNotifications()
568 if (mHasSeenNotifications) { in hasNotifications()