Searched refs:bitmapOptions (Results 1 – 3 of 3) sorted by relevance
143 BitmapFactory.Options bitmapOptions = new BitmapFactory.Options(); in run() local163 bitmapOptions.inJustDecodeBounds = true; in run()170 .decodeByteArray(imageBuffer, 0, imageBuffer.length, bitmapOptions); in run()177 int hScale = bitmapOptions.outHeight / targetHeight; in run()178 int wScale = bitmapOptions.outWidth / targetWidth; in run()195 bitmapOptions.inSampleSize = sampleSize; in run()204 bitmapOptions.inJustDecodeBounds = false; in run()220 bitmapOptions in run()
77 BitmapFactory.Options bitmapOptions = null; in onCreate()80 bitmapOptions = mBitmapOptions; in onCreate()81 bitmapOptions.inBitmap = mCurrentBitmap; in onCreate()85 imageIDs[mCurrentIndex], bitmapOptions); in onCreate()
64 BitmapFactory.Options bitmapOptions = new BitmapFactory.Options(); in addScaledImageView() local65 bitmapOptions.inSampleSize = sampleSize; in addScaledImageView()68 R.drawable.jellybean_statue, bitmapOptions); in addScaledImageView()