Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java232 int unshownCount = messageCount - 1; in bindBody() local
235 if (unshownCount > 0) { in bindBody()
237 R.plurals.restricted_numbered_message_content, unshownCount, unshownCount); in bindBody()
243 getCountViewOnClickListener(unshownCount, messages, isGroupConversation, in bindBody()
346 private View.OnClickListener getCountViewOnClickListener(int unshownCount, in getCountViewOnClickListener() argument
351 if (unshownCount > 0) { in getCountViewOnClickListener()
359 unshownCount--; in getCountViewOnClickListener()
407 int finalUnshownCount = unshownCount; in getCountViewOnClickListener()
DGroupNotificationViewHolder.java319 int unshownCount = mNotificationGroup.getChildCount() - mNumberOfShownNotifications; in updateExpansionIcon() local
321 .getString(R.string.show_more_from_app, unshownCount, mHeaderName); in updateExpansionIcon()