Searched refs:decodedWidth (Results 1 – 1 of 1) sorted by relevance
700 final int decodedWidth = mDecoded.getWidth(); in recodeImage() local702 if (decodedWidth > mWidthLimit || decodedHeight > mHeightLimit) { in recodeImage()705 (float) decodedWidth / (float) mWidthLimit, in recodeImage()717 mScaled = Bitmap.createBitmap(mDecoded, 0, 0, decodedWidth, decodedHeight, in recodeImage()