Searched refs:mOptions (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | RefocusTest.java | 70 Bitmap outputImage = renderScriptTask.applyRefocusFilter(rsTaskParam.mOptions); in refocus() 91 DepthOfFieldOptions mOptions; field in RefocusTest.RsTaskParams 96 mOptions = options; in RsTaskParams()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 76 private BitmapFactory.Options mOptions; field in BitmapTest 81 mOptions = new BitmapFactory.Options(); in setup() 82 mOptions.inScaled = false; in setup() 83 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in setup() 476 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testEraseColorOnImmutable() 501 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testExtractAlpha() 520 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testExtractAlphaWithPaintAndOffset() 683 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testReconfigureMutable() 805 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testSetConfigMutable() 830 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testSetHeightMutable() [all …]
|