Searched defs:loadPhoto (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
H A DMockContactPhotoManager.java37 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, method in class:MockContactPhotoManager
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailDisplayUtils.java244 ContactPhotoManager.getInstance(context).loadPhoto(
312 loadPhoto(contactPhotoManager, streamItem, photos.get(i), imageRow,
317 loadPhoto(contactPhotoManager, streamItem, photos.get(i + 1), imageRow,
331 private static void loadPhoto(ContactPhotoManager contactPhotoManager, method in class:ContactDetailDisplayUtils
350 contactPhotoManager.loadPhoto(imageView, Uri.parse(streamItemPhoto.getPhotoUri()), -1,
/packages/apps/Contacts/src/com/android/contacts/list/
H A DShortcutIntentBuilder.java153 loadPhoto();
159 private void loadPhoto() { method in class:ShortcutIntentBuilder.LoadingAsyncTask
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java188 public abstract void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, method in class:ContactPhotoManager
192 * Calls {@link #loadPhoto(ImageView, Uri, boolean, boolean, DefaultImageProvider)} with
195 public final void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, method in class:ContactPhotoManager
197 loadPhoto(view, photoUri, requestedExtent, darkTheme, DEFAULT_AVATAR);
201 * Calls {@link #loadPhoto(ImageView, Uri, boolean, boolean, DefaultImageProvider)} with
205 loadPhoto(view, photoUri, -1, darkTheme, DEFAULT_AVATAR);
480 if (DEBUG) Log.d(TAG, "loadPhoto request: " + photoId);
487 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, method in class:ContactPhotoManagerImpl
494 if (DEBUG) Log.d(TAG, "loadPhoto request: " + photoUri);

Completed in 86 milliseconds