Searched refs:smallerExtent (Results 1 – 1 of 1) sorted by relevance
1222 final int smallerExtent = Math.min(bitmap.getWidth(), bitmap.getHeight()); in cacheBitmap() local1225 Request request = Request.createFromUri(photoUri, smallerExtent, false /* darkTheme */, in cacheBitmap()1227 BitmapHolder holder = new BitmapHolder(photoBytes, smallerExtent); in cacheBitmap()