Searched refs:subHeaderIcon (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 134 mSubHeaderIcon = subHeaderIcon; in Entry() 716 final ImageView subHeaderIcon = (ImageView) view.findViewById(R.id.icon_sub_header); in createEntryView() local 718 subHeaderIcon.setImageDrawable(entry.getSubHeaderIcon()); in createEntryView() 720 subHeaderIcon.setVisibility(View.GONE); in createEntryView()
|
| D | QuickContactActivity.java | 1710 Drawable subHeaderIcon = null; in dataItemToEntry() local 2096 subHeaderIcon == null && TextUtils.isEmpty(text) && textIcon == null) { in dataItemToEntry() 2104 return new Entry(dataId, icon, header, subHeader, subHeaderIcon, text, textIcon, in dataItemToEntry()
|