Searched refs:mOptions (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 44 private BitmapFactory.Options mOptions; field in BitmapTest 56 mOptions = new BitmapFactory.Options(); in setUp() 57 mOptions.inScaled = false; in setUp() 58 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in setUp() 71 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testCompress() 332 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testEraseColor() 359 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testExtractAlpha1() 379 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testExtractAlpha2() 525 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testReconfigure() 646 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.start, mOptions); in testSetConfig() [all …]
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 1554 private Bundle mOptions; field in AppWidgetTest.OptionsMatcher 1557 mOptions = options; in OptionsMatcher() 1563 return equalOptions(mOptions, options); in matches()
|