Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaScanner.java352 private final BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in MediaScanner
393 mBitmapOptions.inSampleSize = 1; in MediaScanner()
394 mBitmapOptions.inJustDecodeBounds = true; in MediaScanner()
728 mBitmapOptions.outWidth = 0;
729 mBitmapOptions.outHeight = 0;
730 BitmapFactory.decodeFile(path, mBitmapOptions);
731 mWidth = mBitmapOptions.outWidth;
732 mHeight = mBitmapOptions.outHeight;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java1717 static BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in Allocation
1719 mBitmapOptions.inScaled = false;
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1863 static BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in Allocation
1865 mBitmapOptions.inScaled = false;