Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1222 final int smallerExtent = Math.min(bitmap.getWidth(), bitmap.getHeight()); in cacheBitmap() local
1225 Request request = Request.createFromUri(photoUri, smallerExtent, false /* darkTheme */, in cacheBitmap()
1227 BitmapHolder holder = new BitmapHolder(photoBytes, smallerExtent); in cacheBitmap()