Searched refs:sampleSize (Results 1 – 2 of 2) sorted by relevance
185 int sampleSize = Math.max(hScale, wScale); in run() local194 if (sampleSize > 1) { in run()195 bitmapOptions.inSampleSize = sampleSize; in run()
55 private void addScaledImageView(Bitmap original, int sampleSize, LinearLayout container) { in addScaledImageView() argument65 bitmapOptions.inSampleSize = sampleSize; in addScaledImageView()