Searched refs:displayPhoto (Results 1 – 7 of 7) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PhotoStore.java | 188 Bitmap displayPhoto = photoProcessor.getDisplayPhoto(); in insert() local 189 int width = displayPhoto.getWidth(); in insert() 190 int height = displayPhoto.getHeight(); in insert()
|
D | ContactsProvider2.java | 8888 boolean displayPhoto) throws FileNotFoundException { in openCorpContactPicture() argument 8903 .appendPath(displayPhoto ? in openCorpContactPicture()
|
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/ |
D | AttachmentGridView.java | 41 void displayPhoto(final Rect viewRect, final Uri photoUri); in displayPhoto() method 68 mHost.displayPhoto(UiUtils.getMeasuredBoundsOnScreen(view), attachment.getContentUri()); in onItemClicked()
|
D | AttachmentChooserFragment.java | 137 public void displayPhoto(final Rect viewRect, final Uri photoUri) { in displayPhoto() method in AttachmentChooserFragment
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageView.java | 88 void displayPhoto(Uri photoUri, Rect imageBounds, boolean isDraft); in displayPhoto() method 869 public void displayPhoto(final Uri photoUri, final Rect imageBounds) { in displayPhoto() method in ComposeMessageView 870 mHost.displayPhoto(photoUri, imageBounds, true /* isDraft */); in displayPhoto()
|
D | ConversationFragment.java | 659 public void displayPhoto(final Uri photoUri, final Rect imageBounds, final boolean isDraft) { in displayPhoto() method in ConversationFragment 660 displayPhoto(photoUri, imageBounds, isDraft, mConversationId, getActivity()); in displayPhoto() 663 public static void displayPhoto(final Uri photoUri, final Rect imageBounds, in displayPhoto() method in ConversationFragment 1262 displayPhoto(attachment.getContentUri(), imageBounds, false /* isDraft */); in onAttachmentClick()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AttachmentPreview.java | 326 mComposeMessageView.displayPhoto(attachment.getContentUri(), viewBoundsOnScreen); in onAttachmentClick()
|