Searched refs:HALF_MAXIMUM_PHOTO_SIZE (Results 1 – 1 of 1) sorted by relevance
55 private static final int HALF_MAXIMUM_PHOTO_SIZE = 48; field in ContactResolver226 final int width = HALF_MAXIMUM_PHOTO_SIZE >= request.destination.getDecodeWidth() in doInBackground()227 ? HALF_MAXIMUM_PHOTO_SIZE : MAXIMUM_PHOTO_SIZE; in doInBackground()228 final int height = HALF_MAXIMUM_PHOTO_SIZE >= request.destination.getDecodeHeight() in doInBackground()229 ? HALF_MAXIMUM_PHOTO_SIZE : MAXIMUM_PHOTO_SIZE; in doInBackground()