Searched refs:mMaxLineCount (Results 1 – 1 of 1) sorted by relevance
61 private final int mMaxLineCount; field in MessageNotificationViewHolder83 mMaxLineCount = getContext().getResources().getInteger( in MessageNotificationViewHolder()369 if (builder.toString().split(NEW_LINE).length >= mMaxLineCount) { in getCountViewOnClickListener()420 mBodyView.setContentMaxLines(mMaxLineCount); in getCountViewOnClickListener()