Searched refs:HARDWARE_OPTIONS (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | HardwareBitmapTests.java | 63 private static final BitmapFactory.Options HARDWARE_OPTIONS = createHardwareOptions(); field in HardwareBitmapTests 80 HARDWARE_OPTIONS); in testDecodeResource() 110 HARDWARE_OPTIONS); in testReadbackThroughPicture() 130 HARDWARE_OPTIONS); in testReadbackThroughPictureNoEndRecording() 151 Bitmap bitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testCreateScaledBitmapFromPicture() 174 HARDWARE_OPTIONS); in testBitmapRegionDecode() 215 HARDWARE_OPTIONS); in testSetDensity() 226 mRes, null, is, null, HARDWARE_OPTIONS); in testNinePatch() 237 HARDWARE_OPTIONS); in testCreateIdentityBitmap() 246 HARDWARE_OPTIONS); in testCreateScaledBitmap() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 87 private static final BitmapFactory.Options HARDWARE_OPTIONS = createHardwareBitmapOptions(); field in BitmapTest 429 HARDWARE_OPTIONS); in testCreateBitmapFromHardwareBitmap() 1105 HARDWARE_OPTIONS); in testGetConfig() 1827 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testWriteHwBitmapToParcel() 1996 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() 1997 Bitmap bitmap2 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() 1999 Bitmap bitmap4 = BitmapFactory.decodeResource(mRes, R.drawable.start, HARDWARE_OPTIONS); in testSameAs_hardware() 2032 Bitmap bitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testHardwareGetPixel() 2038 Bitmap bitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testHardwareGetPixels() 2044 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testGetConfigOnRecycled() [all …]
|