Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java185 int sampleSize = Math.max(hScale, wScale); in run() local
194 if (sampleSize > 1) { in run()
195 bitmapOptions.inSampleSize = sampleSize; in run()
/development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/
DBitmapScaling.java55 private void addScaledImageView(Bitmap original, int sampleSize, LinearLayout container) { in addScaledImageView() argument
65 bitmapOptions.inSampleSize = sampleSize; in addScaledImageView()