Searched refs:mBitmapOptions (Results 1 – 4 of 4) sorted by relevance
381 private final BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in MediaScanner436 mBitmapOptions.inSampleSize = 1; in MediaScanner()437 mBitmapOptions.inJustDecodeBounds = true; in MediaScanner()876 mBitmapOptions.outWidth = 0;877 mBitmapOptions.outHeight = 0;878 BitmapFactory.decodeFile(path, mBitmapOptions);879 mWidth = mBitmapOptions.outWidth;880 mHeight = mBitmapOptions.outHeight;
2542 static BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in Allocation2544 mBitmapOptions.inScaled = false;
2649 static BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in Allocation2651 mBitmapOptions.inScaled = false;
38767 Landroid/media/MediaScanner;->mBitmapOptions:Landroid/graphics/BitmapFactory$Options;59305 Landroid/renderscript/Allocation;->mBitmapOptions:Landroid/graphics/BitmapFactory$Options;