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