Home
last modified time | relevance | path

Searched refs:mOptions (Results 1 – 3 of 3) 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.java85 private BitmapFactory.Options mOptions; field in BitmapTest
106 mOptions = new BitmapFactory.Options(); in setup()
107 mOptions.inScaled = false; in setup()
108 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in setup()
617 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testEraseColorOnImmutable()
625 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testEraseColorLongOnImmutable()
842 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testExtractAlpha()
861 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testExtractAlphaWithPaintAndOffset()
1024 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testReconfigureMutable()
1260 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testSetConfigMutable()
[all …]
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1443 private Bundle mOptions; field in AppWidgetTest.OptionsMatcher
1446 mOptions = options; in OptionsMatcher()
1452 return equalOptions(mOptions, options); in matches()