Searched defs:displayPhoto (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentGridView.java41 void displayPhoto(final Rect viewRect, final Uri photoUri); method in interface:AttachmentGridView.AttachmentGridHost
68 mHost.displayPhoto(UiUtils.getMeasuredBoundsOnScreen(view), attachment.getContentUri());
H A DAttachmentChooserFragment.java137 public void displayPhoto(final Rect viewRect, final Uri photoUri) { method in class:AttachmentChooserFragment
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java88 void displayPhoto(Uri photoUri, Rect imageBounds, boolean isDraft); method in interface:ComposeMessageView.IComposeMessageViewHost
869 public void displayPhoto(final Uri photoUri, final Rect imageBounds) { method in class:ComposeMessageView
870 mHost.displayPhoto(photoUri, imageBounds, true /* isDraft */);
H A DConversationFragment.java659 public void displayPhoto(final Uri photoUri, final Rect imageBounds, final boolean isDraft) { method in class:ConversationFragment
660 displayPhoto(photoUri, imageBounds, isDraft, mConversationId, getActivity());
663 public static void displayPhoto(final Uri photoUri, final Rect imageBounds, method in class:ConversationFragment
1262 displayPhoto(attachment.getContentUri(), imageBounds, false /* isDraft */);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java8178 return openCorpContactPicture(contactId, uri, mode, /* displayPhoto =*/ false);
8183 return openCorpContactPicture(contactId, uri, mode, /* displayPhoto =*/ true);
8197 boolean displayPhoto) throws FileNotFoundException {
8211 .appendPath(displayPhoto ?
8196 openCorpContactPicture(long contactId, Uri uri, String mode, boolean displayPhoto) argument

Completed in 134 milliseconds