Home
last modified time | relevance | path

Searched refs:mOptions (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRefocusTest.java70 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/
DBitmapTest.java76 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 …]