Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java178 int wScale = bitmapOptions.outWidth / targetWidth; in run() local
185 int sampleSize = Math.max(hScale, wScale); in run()