Home
last modified time | relevance | path

Searched refs:requestedExtent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java228 private static void inflateBitmap(BitmapHolder holder, int requestedExtent) { in inflateBitmap() argument
230 BitmapUtil.findOptimalSampleSize(holder.originalSmallerExtent, requestedExtent); in inflateBitmap()
409 int requestedExtent, in loadPhoto() argument
416 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme, defaultImageRequest); in loadPhoto()
431 view, photoUri, requestedExtent, darkTheme, isCircular, defaultProvider); in loadPhoto()
435 Request.createFromUri(photoUri, requestedExtent, darkTheme, isCircular, defaultProvider)); in loadPhoto()
449 int requestedExtent, in createAndApplyDefaultImageForUri() argument
455 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme, request); in createAndApplyDefaultImageForUri()
696 private void cacheBitmap(Object key, byte[] bytes, boolean preloading, int requestedExtent) { in cacheBitmap() argument
719 inflateBitmap(holder, requestedExtent); in cacheBitmap()
[all …]
DContactPhotoManager.java275 int requestedExtent, in loadPhoto() argument
292 int requestedExtent, in loadPhoto() argument
299 requestedExtent, in loadPhoto()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java494 public abstract void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, in loadPhoto() argument
506 public final void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, in loadPhoto() argument
508 loadPhoto(view, photoUri, requestedExtent, darkTheme, isCircular, in loadPhoto()
838 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, in loadPhoto() argument
843 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme, in loadPhoto()
849 createAndApplyDefaultImageForUri(view, photoUri, requestedExtent, darkTheme, in loadPhoto()
852 loadPhotoByIdOrUri(view, Request.createFromUri(photoUri, requestedExtent, in loadPhoto()
858 private void createAndApplyDefaultImageForUri(ImageView view, Uri uri, int requestedExtent, in createAndApplyDefaultImageForUri() argument
862 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme, request); in createAndApplyDefaultImageForUri()
1014 private static void inflateBitmap(BitmapHolder holder, int requestedExtent) { in inflateBitmap() argument
[all …]
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContactPhotoManager.java38 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, in loadPhoto() argument
41 defaultProvider.applyDefaultImage(view, requestedExtent, darkTheme, null); in loadPhoto()