Searched refs:widthRatio (Results 1 – 1 of 1) sorted by relevance
1383 final int widthRatio = Math.round((float) sWidth() / (float) reqWidth); in calculateInSampleSize() local1388 inSampleSize = heightRatio < widthRatio ? heightRatio : widthRatio; in calculateInSampleSize()