HomeSort by relevance Sort by last modified time
    Searched refs:thirdIcon (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 95 EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent,
100 entryContextMenuInfo, thirdIcon, thirdIntent, thirdContentDescription,
109 EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent,
126 mThirdIcon = thirdIcon;
583 Drawable thirdIcon = entry.getThirdIcon();
584 if (thirdIcon != null) {
585 thirdIcon.setColorFilter(mThemeColorFilter);
686 final ImageView thirdIcon = (ImageView) view.findViewById(R.id.third_icon);
697 thirdIcon.setImageDrawable(entry.getThirdIcon());
698 thirdIcon.setOnClickListener(mOnClickListener)
    [all...]
QuickContactActivity.java     [all...]

Completed in 51 milliseconds