HomeSort by relevance Sort by last modified time
    Searched refs:textIcon (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,
136 mTextIcon = textIcon;
730 final ImageView textIcon = (ImageView) view.findViewById(R.id.icon_text);
732 textIcon.setImageDrawable(entry.getTextIcon());
734 textIcon.setVisibility(View.GONE);
    [all...]
QuickContactActivity.java     [all...]

Completed in 85 milliseconds