Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java701 final int decodedHeight = mDecoded.getHeight(); in recodeImage() local
702 if (decodedWidth > mWidthLimit || decodedHeight > mHeightLimit) { in recodeImage()
707 (float) decodedHeight / (float) mHeightLimit); in recodeImage()
717 mScaled = Bitmap.createBitmap(mDecoded, 0, 0, decodedWidth, decodedHeight, in recodeImage()