Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A 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()
H A DUIIntents.java244 Rect initialPhotoBounds, Uri photosUri); in launchFullScreenPhotoViewer() argument
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListFragment.java432 final Uri initialPhoto, final Rect initialPhotoBounds, final Uri photosUri) {
434 getActivity(), initialPhoto, initialPhotoBounds, photosUri);
H A DConversationListItemView.java84 void startFullScreenPhotoViewer(final Uri initialPhoto, final Rect initialPhotoBounds, in startFullScreenPhotoViewer() argument