Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java58 private final boolean mIsGroupNotificationAdapter; field in CarNotificationViewAdapter
85 mIsGroupNotificationAdapter = isGroupNotificationAdapter; in CarNotificationViewAdapter()
87 if (!mIsGroupNotificationAdapter) { in CarNotificationViewAdapter()
333 return mIsGroupNotificationAdapter in getItemViewType()
337 return mIsGroupNotificationAdapter in getItemViewType()
354 return mIsGroupNotificationAdapter in getItemViewType()
362 return mIsGroupNotificationAdapter in getItemViewType()
384 return mIsGroupNotificationAdapter in getItemViewType()
392 if (mIsGroupNotificationAdapter && itemCount > mMaxNumberGroupChildrenShown) { in getItemCount()
396 if (!mIsGroupNotificationAdapter && mCarUxRestrictions != null in getItemCount()
[all …]