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

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 215 public Uri getPhotoThumbnailUri() {
RecipientAlternatesAdapter.java 295 if ((entry1.getPhotoThumbnailUri() != null || entry1.getPhotoBytes() != null)
296 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) {
300 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null)
301 && (entry1.getPhotoThumbnailUri() == null && entry1.getPhotoBytes() == null)) {
468 imageView.setImageURI(entry.getPhotoThumbnailUri());

Completed in 516 milliseconds