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 105 Drawable subHeaderIcon, String text, Drawable textIcon,
115 mSubHeaderIcon = subHeaderIcon;
626 final ImageView subHeaderIcon = (ImageView) view.findViewById(R.id.icon_sub_header);
628 subHeaderIcon.setImageDrawable(entry.getSubHeaderIcon());
630 subHeaderIcon.setVisibility(View.GONE);
    [all...]
QuickContactActivity.java     [all...]

Completed in 154 milliseconds