Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java618 final int heightLimitWithSlop = (int) (mHeightLimit * MAX_TARGET_SCALE_FACTOR); in canBeCompressed() local
625 boolean fits = (imageHeight < heightLimitWithSlop && in canBeCompressed()
644 + " as h=" + imageHeight + " vs " + heightLimitWithSlop in canBeCompressed()
650 fits = (imageHeight < heightLimitWithSlop && in canBeCompressed()
658 + " for h=" + imageHeight + " vs " + heightLimitWithSlop in canBeCompressed()