Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DFileContentPreviewUi.java106 TextView secondLine = mContentPreview.findViewById( in displayInternal() local
112 secondLine.setText( in displayInternal()
117 secondLine.setVisibility(View.GONE); in displayInternal()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java412 CharSequence secondLine = in isTextTruncated() local
416 && TextUtils.equals(mText.subSequence(firstLine.length(), secondLine.length()), in isTextTruncated()
417 secondLine)); in isTextTruncated()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/
DRowViewHolder.java39 textDescription = itemView.findViewById(R.id.secondLine); in RowViewHolder()