Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListFragment.java432 final Uri initialPhoto, final Rect initialPhotoBounds, final Uri photosUri) {
434 getActivity(), initialPhoto, initialPhotoBounds, photosUri);
DConversationListItemView.java85 final Uri photosUri); in startFullScreenPhotoViewer() argument
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java331 final Rect initialPhotoBounds, final Uri photosUri) { in launchFullScreenPhotoViewer() argument
335 builder.setPhotosUri(photosUri.toString()); in launchFullScreenPhotoViewer()
DUIIntents.java244 Rect initialPhotoBounds, Uri photosUri); in launchFullScreenPhotoViewer() argument