Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationViewAdapter.java76 private boolean mHasHeaderAndFooter; field in CarNotificationViewAdapter
314 || (!mHasHeaderAndFooter && !mHasUnseenNotifications && !mHasSeenNotifications)) { in setMaxItems()
322 if (mHasHeaderAndFooter) { in setMaxItems()
460 mHasHeaderAndFooter = true; in setNotifications()
462 mHasHeaderAndFooter = false; in setNotifications()
518 mHasHeaderAndFooter = true; in setSeenAndUnseenNotifications()
520 mHasHeaderAndFooter = false; in setSeenAndUnseenNotifications()