Searched refs:streamItemPhoto (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailDisplayUtils.java73 public final StreamItemPhotoEntry streamItemPhoto; field in class:ContactDetailDisplayUtils.StreamPhotoTag
75 public StreamPhotoTag(StreamItemEntry streamItem, StreamItemPhotoEntry streamItemPhoto) { argument
77 this.streamItemPhoto = streamItemPhoto;
84 ContentUris.appendId(builder, streamItemPhoto.getId());
326 final StreamItemEntry streamItem, final StreamItemPhotoEntry streamItemPhoto,
333 pushLayerView.setTag(new StreamPhotoTag(streamItem, streamItemPhoto));
344 contactPhotoManager.loadPhoto(imageView, Uri.parse(streamItemPhoto.getPhotoUri()), -1,
325 loadPhoto(ContactPhotoManager contactPhotoManager, final StreamItemEntry streamItem, final StreamItemPhotoEntry streamItemPhoto, View photoContainer, int imageViewId, View.OnClickListener photoClickListener) argument

Completed in 9 milliseconds