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.java122 Drawable subHeaderIcon, String text, Drawable textIcon, in Entry() argument
135 mTextIcon = textIcon; in Entry()
667 final ImageView textIcon = (ImageView) view.findViewById(R.id.icon_text); in createEntryView() local
669 textIcon.setImageDrawable(entry.getTextIcon()); in createEntryView()
671 textIcon.setVisibility(View.GONE); in createEntryView()
DQuickContactActivity.java1571 Drawable textIcon = null; in dataItemToEntry() local
1948 subHeaderIcon == null && TextUtils.isEmpty(text) && textIcon == null) { in dataItemToEntry()
1956 return new Entry(dataId, icon, header, subHeader, subHeaderIcon, text, textIcon, in dataItemToEntry()