Home
last modified time | relevance | path

Searched refs:halfHeight (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageResizer.java241 final int halfHeight = height / 2; in calculateInSampleSize() local
246 while ((halfHeight / inSampleSize) > reqHeight in calculateInSampleSize()