Searched refs:secondLine (Results 1 – 3 of 3) sorted by relevance
106 TextView secondLine = mContentPreview.findViewById( in displayInternal() local112 secondLine.setText( in displayInternal()117 secondLine.setVisibility(View.GONE); in displayInternal()
412 CharSequence secondLine = in isTextTruncated() local416 && TextUtils.equals(mText.subSequence(firstLine.length(), secondLine.length()), in isTextTruncated()417 secondLine)); in isTextTruncated()
39 textDescription = itemView.findViewById(R.id.secondLine); in RowViewHolder()