Searched refs:mNumberOfShownNotifications (Results 1 – 1 of 1) sorted by relevance
82 private int mNumberOfShownNotifications; field in GroupNotificationViewHolder207 mNumberOfShownNotifications = 0; in bind()212 mNumberOfShownNotifications = in bind()231 mNumberOfShownNotifications = 1; in bind()240 mNumberOfShownNotifications = 0; in bind()292 int unshownCount = mNotificationGroup.getChildCount() - mNumberOfShownNotifications; in updateExpansionIcon()330 .findViewHolderForAdapterPosition(mNumberOfShownNotifications - 1) in updateOnClickListener()335 mNumberOfShownNotifications = in updateOnClickListener()347 if (mNumberOfShownNotifications == mNotificationGroup.getChildCount()) { in updateOnClickListener()365 int pageEnd = mNumberOfShownNotifications + mExpandedGroupNotificationIncrementSize; in addNextPageOfNotificationsToList()[all …]