Searched refs:decodedHeight (Results 1 – 1 of 1) sorted by relevance
704 final int decodedHeight = mDecoded.getHeight(); in recodeImage() local705 if (decodedWidth > mWidthLimit || decodedHeight > mHeightLimit) { in recodeImage()710 (float) decodedHeight / (float) mHeightLimit); in recodeImage()720 mScaled = Bitmap.createBitmap(mDecoded, 0, 0, decodedWidth, decodedHeight, in recodeImage()