Searched refs:thirdIcon (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java116 EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent,
133 mThirdIcon = thirdIcon;
650 Drawable thirdIcon = entry.getThirdIcon();
651 if (thirdIcon != null) {
652 thirdIcon.mutate();
653 thirdIcon.setColorFilter(mThemeColorFilter);
754 final ImageView thirdIcon = (ImageView) view.findViewById(R.id.third_icon);
765 thirdIcon.setImageDrawable(entry.getThirdIcon());
766 thirdIcon.setOnClickListener(mOnClickListener);
767 thirdIcon
111 Entry(int id, Drawable mainIcon, String header, String subHeader, Drawable subHeaderIcon, String text, Drawable textIcon, Spannable primaryContentDescription, Intent intent, Drawable alternateIcon, Intent alternateIntent, String alternateContentDescription, boolean shouldApplyColor, boolean isEditable, EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, String thirdContentDescription, int iconResourceId) argument
1082 EntryTouchListener(View entry, ImageView alternateIcon, ImageView thirdIcon) argument
[all...]
H A DQuickContactActivity.java1135 /* thirdIcon = */ null,
1189 /* thirdIcon = */ null, /* thirdIntent = */ null,
1201 /* EntryContextMenuInfo = */ null, /* thirdIcon = */ null,
1367 Drawable thirdIcon = null;
1513 thirdIcon = res.getDrawable(R.drawable.ic_videocam);
1710 entryContextMenuInfo, thirdIcon, thirdIntent, thirdContentDescription,
1979 /* thirdIcon = */ null,

Completed in 830 milliseconds