Searched refs:decodedHeight (Results 1 – 1 of 1) sorted by relevance
701 final int decodedHeight = mDecoded.getHeight(); in recodeImage() local702 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()