Home
last modified time | relevance | path

Searched refs:getThirdIcon (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java214 Drawable getThirdIcon() { in getThirdIcon() method in ExpandingEntryCardView.Entry
615 Drawable thirdIcon = entry.getThirdIcon(); in applyColor()
729 if (entry.getThirdIcon() != null && entry.getThirdAction() != Entry.ACTION_NONE) { in createEntryView()
730 thirdIcon.setImageDrawable(entry.getThirdIcon()); in createEntryView()