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.java213 Drawable getThirdIcon() { in getThirdIcon() method in ExpandingEntryCardView.Entry
672 Drawable thirdIcon = entry.getThirdIcon(); in applyColor()
786 if (entry.getThirdIcon() != null && entry.getThirdAction() != Entry.ACTION_NONE) { in createEntryView()
787 thirdIcon.setImageDrawable(entry.getThirdIcon()); in createEntryView()