Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
DContactResolver.java55 private static final int HALF_MAXIMUM_PHOTO_SIZE = 48; field in ContactResolver
226 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()