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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java127 EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent,
145 mThirdIcon = thirdIcon;
615 Drawable thirdIcon = entry.getThirdIcon();
616 if (thirdIcon != null && entry.shouldApplyThirdIconColor()) {
617 thirdIcon.mutate();
618 thirdIcon.setColorFilter(mThemeColorFilter);
719 final ImageView thirdIcon = (ImageView) view.findViewById(R.id.third_icon);
730 thirdIcon.setImageDrawable(entry.getThirdIcon());
732 thirdIcon.setOnClickListener(mOnClickListener);
733 thirdIcon
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 28 milliseconds