Searched refs:initialPhotoBounds (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | UIIntentsImpl.java | 331 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()
|
D | UIIntents.java | 244 Rect initialPhotoBounds, Uri photosUri); in launchFullScreenPhotoViewer() argument
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ConversationListFragment.java | 432 final Uri initialPhoto, final Rect initialPhotoBounds, final Uri photosUri) { 434 getActivity(), initialPhoto, initialPhotoBounds, photosUri);
|
D | ConversationListItemView.java | 84 void startFullScreenPhotoViewer(final Uri initialPhoto, final Rect initialPhotoBounds, in startFullScreenPhotoViewer() argument
|