HomeSort by relevance Sort by last modified time
    Searched refs:displayPhoto (Results 1 - 8 of 8) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridView.java 41 void displayPhoto(final Rect viewRect, final Uri photoUri);
68 mHost.displayPhoto(UiUtils.getMeasuredBoundsOnScreen(view), attachment.getContentUri());
AttachmentChooserFragment.java 137 public void displayPhoto(final Rect viewRect, final Uri photoUri) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 187 Bitmap displayPhoto = photoProcessor.getDisplayPhoto();
188 int width = displayPhoto.getWidth();
189 int height = displayPhoto.getHeight();
ContactsProvider2.java 93 import android.provider.ContactsContract.DisplayPhoto;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 352 displayPhoto(result);
378 displayPhoto(result);
395 private void displayPhoto(BitmapResult result) {
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java 326 mComposeMessageView.displayPhoto(attachment.getContentUri(), viewBoundsOnScreen);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 88 void displayPhoto(Uri photoUri, Rect imageBounds, boolean isDraft);
    [all...]
ConversationFragment.java 659 public void displayPhoto(final Uri photoUri, final Rect imageBounds, final boolean isDraft) {
660 displayPhoto(photoUri, imageBounds, isDraft, mConversationId, getActivity());
663 public static void displayPhoto(final Uri photoUri, final Rect imageBounds,
    [all...]

Completed in 214 milliseconds