Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailDisplayUtils.java72 public final StreamItemPhotoEntry streamItemPhoto; field in ContactDetailDisplayUtils.StreamPhotoTag
74 public StreamPhotoTag(StreamItemEntry streamItem, StreamItemPhotoEntry streamItemPhoto) { in StreamPhotoTag() argument
76 this.streamItemPhoto = streamItemPhoto; in StreamPhotoTag()
83 ContentUris.appendId(builder, streamItemPhoto.getId()); in getStreamItemPhotoUri()
332 final StreamItemEntry streamItem, final StreamItemPhotoEntry streamItemPhoto, in loadPhoto() argument
339 pushLayerView.setTag(new StreamPhotoTag(streamItem, streamItemPhoto)); in loadPhoto()
350 contactPhotoManager.loadPhoto(imageView, Uri.parse(streamItemPhoto.getPhotoUri()), -1, in loadPhoto()