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

  /frameworks/ex/chips/src/com/android/ex/chips/
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());
RecipientEntry.java 215 public Uri getPhotoThumbnailUri() {
BaseRecipientAdapter.java 781 final Uri photoThumbnailUri = entry.getPhotoThumbnailUri();
    [all...]
RecipientEditTextView.java 624 if (photoBytes == null && contact.getPhotoThumbnailUri() != null) {
627 .getPhotoThumbnailUri());
    [all...]

Completed in 45 milliseconds