Home
last modified time | relevance | path

Searched refs:getRequestedExtent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java766 inflateBitmap(holder, request.getRequestedExtent()); in obtainPhotoIdsAndUrisToLoad()
859 public int getRequestedExtent() { in getRequestedExtent() method in ContactPhotoManagerImpl.Request
1265 cacheBitmap(originalUri, baos.toByteArray(), false, uriRequest.getRequestedExtent()); in loadUriBasedPhotos()
1269 cacheBitmap(originalUri, null, false, uriRequest.getRequestedExtent()); in loadUriBasedPhotos()
1273 cacheBitmap(originalUri, null, false, uriRequest.getRequestedExtent()); in loadUriBasedPhotos()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java949 inflateBitmap(holder, request.getRequestedExtent()); in loadCachedPhoto()
1264 inflateBitmap(holder, request.getRequestedExtent()); in obtainPhotoIdsAndUrisToLoad()
1611 uriRequest.getRequestedExtent()); in loadUriBasedPhotos()
1617 cacheBitmap(originalUri, null, false, uriRequest.getRequestedExtent()); in loadUriBasedPhotos()
1623 cacheBitmap(originalUri, null, false, uriRequest.getRequestedExtent()); in loadUriBasedPhotos()
1688 public int getRequestedExtent() { in getRequestedExtent() method in ContactPhotoManagerImpl.Request