Searched defs:alternateIcon (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java125 Drawable alternateIcon, Intent alternateIntent,
139 mAlternateIcon = alternateIcon;
610 Drawable alternateIcon = entry.getAlternateIcon();
611 if (alternateIcon != null) {
612 alternateIcon.mutate();
613 alternateIcon.setColorFilter(mThemeColorFilter);
718 final ImageView alternateIcon = (ImageView) view.findViewById(R.id.icon_alternate);
722 alternateIcon.setImageDrawable(entry.getAlternateIcon());
723 alternateIcon.setOnClickListener(mOnClickListener);
724 alternateIcon
122 Entry(int id, Drawable mainIcon, String header, String subHeader, Drawable subHeaderIcon, String text, Drawable textIcon, Spannable primaryContentDescription, Intent intent, Drawable alternateIcon, Intent alternateIntent, Spannable alternateContentDescription, boolean shouldApplyColor, boolean isEditable, EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, String thirdContentDescription, int thirdAction, Bundle thirdExtras, boolean shouldApplyThirdIconColor, int iconResourceId) argument
1022 EntryTouchListener(View entry, ImageView alternateIcon, ImageView thirdIcon) argument
[all...]

Completed in 25 milliseconds