Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java57 private final int mMaxNumberGroupChildrenShown; field in CarNotificationViewAdapter
83 mMaxNumberGroupChildrenShown = in CarNotificationViewAdapter()
392 if (mIsGroupNotificationAdapter && itemCount > mMaxNumberGroupChildrenShown) { in getItemCount()
393 return mMaxNumberGroupChildrenShown; in getItemCount()