Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java331 final Rect initialPhotoBounds, final Uri photosUri) { in launchFullScreenPhotoViewer() argument
341 builder.setScaleAnimation(initialPhotoBounds.left, initialPhotoBounds.top, in launchFullScreenPhotoViewer()
342 initialPhotoBounds.width(), initialPhotoBounds.height()); in launchFullScreenPhotoViewer()
DUIIntents.java244 Rect initialPhotoBounds, Uri photosUri); in launchFullScreenPhotoViewer() argument
/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.java84 void startFullScreenPhotoViewer(final Uri initialPhoto, final Rect initialPhotoBounds, in startFullScreenPhotoViewer() argument