Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java619 final int widthLimitWithSlop = (int) (mWidthLimit * MAX_TARGET_SCALE_FACTOR); in canBeCompressed() local
626 imageWidth < widthLimitWithSlop && in canBeCompressed()
645 + " w=" + imageWidth + " vs " + widthLimitWithSlop in canBeCompressed()
651 imageWidth < widthLimitWithSlop && in canBeCompressed()
659 + " w=" + imageWidth + " vs " + widthLimitWithSlop in canBeCompressed()