HomeSort by relevance Sort by last modified time
    Searched refs:subHeaderIcon (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 123 Drawable subHeaderIcon, String text, Drawable textIcon,
134 mSubHeaderIcon = subHeaderIcon;
716 final ImageView subHeaderIcon = (ImageView) view.findViewById(R.id.icon_sub_header);
718 subHeaderIcon.setImageDrawable(entry.getSubHeaderIcon());
720 subHeaderIcon.setVisibility(View.GONE);
    [all...]
QuickContactActivity.java     [all...]

Completed in 82 milliseconds