Searched refs:mMaxNumberGroupChildrenShown (Results 1 – 1 of 1) sorted by relevance
57 private final int mMaxNumberGroupChildrenShown; field in CarNotificationViewAdapter83 mMaxNumberGroupChildrenShown = in CarNotificationViewAdapter()392 if (mIsGroupNotificationAdapter && itemCount > mMaxNumberGroupChildrenShown) { in getItemCount()393 return mMaxNumberGroupChildrenShown; in getItemCount()