Searched refs:requestedExtent (Results 1 - 2 of 2) 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, argument
39 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java180 * @param requestedExtent Specifies an approximate Max(width, height) of the targetView.
182 * is done using efficient sampling. If requestedExtent is specified, no sampling of the image
188 public abstract void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, argument
195 public final void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, argument
197 loadPhoto(view, photoUri, requestedExtent, darkTheme, DEFAULT_AVATAR);
487 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, argument
491 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme);
495 loadPhotoByIdOrUri(view, Request.createFromUri(photoUri, requestedExtent, darkTheme,
602 private static void inflateBitmap(BitmapHolder holder, int requestedExtent) { argument
604 BitmapUtil.findOptimalSampleSize(holder.originalSmallerExtent, requestedExtent);
755 cacheBitmap(Object key, byte[] bytes, boolean preloading, int requestedExtent) argument
1154 Request(long id, Uri uri, int requestedExtent, boolean darkTheme, DefaultImageProvider defaultProvider) argument
1168 createFromUri(Uri uri, int requestedExtent, boolean darkTheme, DefaultImageProvider defaultProvider) argument
[all...]

Completed in 77 milliseconds