Searched refs:subHeaderIcon (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ExpandingEntryCardView.java | 122 Drawable subHeaderIcon, String text, Drawable textIcon, in Entry() argument 133 mSubHeaderIcon = subHeaderIcon; in Entry() 653 final ImageView subHeaderIcon = (ImageView) view.findViewById(R.id.icon_sub_header); in createEntryView() local 655 subHeaderIcon.setImageDrawable(entry.getSubHeaderIcon()); in createEntryView() 657 subHeaderIcon.setVisibility(View.GONE); in createEntryView()
|
D | QuickContactActivity.java | 1569 Drawable subHeaderIcon = 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()
|