Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareBitmapTests.java63 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()
208 HARDWARE_OPTIONS); in testSetDensity()
219 mRes, null, is, null, HARDWARE_OPTIONS); in testNinePatch()
230 HARDWARE_OPTIONS); in testCreateIdentityBitmap()
239 HARDWARE_OPTIONS); in testCreateScaledBitmap()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java90 private static final BitmapFactory.Options HARDWARE_OPTIONS = createHardwareBitmapOptions(); field in BitmapTest
432 HARDWARE_OPTIONS); in testCreateBitmapFromHardwareBitmap()
1169 HARDWARE_OPTIONS); in testGetConfig()
1891 mBitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testWriteHwBitmapToParcel()
2060 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware()
2061 Bitmap bitmap2 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware()
2063 Bitmap bitmap4 = BitmapFactory.decodeResource(mRes, R.drawable.start, HARDWARE_OPTIONS); in testSameAs_hardware()
2096 Bitmap bitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testHardwareGetPixel()
2102 Bitmap bitmap = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testHardwareGetPixels()
2108 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testGetConfigOnRecycled()
[all …]