Searched refs:mBitmapOptions (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaScanner.java352 private final BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in class:MediaScanner
393 mBitmapOptions.inSampleSize = 1;
394 mBitmapOptions.inJustDecodeBounds = true;
735 mBitmapOptions.outWidth = 0;
736 mBitmapOptions.outHeight = 0;
737 BitmapFactory.decodeFile(path, mBitmapOptions);
738 mWidth = mBitmapOptions.outWidth;
739 mHeight = mBitmapOptions.outHeight;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java219 static BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in class:AllocationThunker
221 mBitmapOptions.inScaled = false;
H A DAllocation.java1171 static BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in class:Allocation
1173 mBitmapOptions.inScaled = false;
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1258 static BitmapFactory.Options mBitmapOptions = new BitmapFactory.Options(); field in class:Allocation
1260 mBitmapOptions.inScaled = false;

Completed in 69 milliseconds