Home
last modified time | relevance | path

Searched refs:textIcon (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java123 Drawable subHeaderIcon, String text, Drawable textIcon, in Entry() argument
136 mTextIcon = textIcon; in Entry()
673 final ImageView textIcon = (ImageView) view.findViewById(R.id.icon_text); in createEntryView() local
675 textIcon.setImageDrawable(entry.getTextIcon()); in createEntryView()
677 textIcon.setVisibility(View.GONE); in createEntryView()
DQuickContactActivity.java1384 Drawable textIcon = null; in dataItemToEntry() local
1771 subHeaderIcon == null && TextUtils.isEmpty(text) && textIcon == null) { in dataItemToEntry()
1779 return new Entry(dataId, icon, header, subHeader, subHeaderIcon, text, textIcon, in dataItemToEntry()