Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java112 long dataId, Uri photoThumbnailUri, boolean shouldDisplayIcon, in RecipientEntry() argument
124 mShouldDisplayIcon = shouldDisplayIcon; in RecipientEntry()
291 public boolean shouldDisplayIcon() { in shouldDisplayIcon() method in RecipientEntry
DRecipientEditTextView.java852 boolean displayIcon = contact.isValid() && contact.shouldDisplayIcon(); in createChipBitmap()