Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java82 private boolean mHasHeaderAndFooter; field in CarNotificationViewAdapter
316 || (!mHasHeaderAndFooter && !mHasUnseenNotifications && !mHasSeenNotifications)) { in setMaxItems()
324 if (mHasHeaderAndFooter) { in setMaxItems()
472 mHasHeaderAndFooter = true; in setNotifications()
474 mHasHeaderAndFooter = false; in setNotifications()
530 mHasHeaderAndFooter = true; in setSeenAndUnseenNotifications()
532 mHasHeaderAndFooter = false; in setSeenAndUnseenNotifications()