Searched refs:textIcon (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ExpandingEntryCardView.java | 123 Drawable subHeaderIcon, String text, Drawable textIcon, in Entry() argument 136 mTextIcon = textIcon; in Entry() 730 final ImageView textIcon = (ImageView) view.findViewById(R.id.icon_text); in createEntryView() local 732 textIcon.setImageDrawable(entry.getTextIcon()); in createEntryView() 734 textIcon.setVisibility(View.GONE); in createEntryView()
|
D | QuickContactActivity.java | 1366 Drawable textIcon = null; in dataItemToEntry() local 1735 subHeaderIcon == null && TextUtils.isEmpty(text) && textIcon == null) { in dataItemToEntry() 1743 return new Entry(dataId, icon, header, subHeader, subHeaderIcon, text, textIcon, in dataItemToEntry()
|