Searched refs:heightLimitWithSlop (Results 1 – 1 of 1) sorted by relevance
618 final int heightLimitWithSlop = (int) (mHeightLimit * MAX_TARGET_SCALE_FACTOR); in canBeCompressed() local625 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()