Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1303 for (Config toConfig : CONFIGS) { in testAlphaAndPremul()
1323 bitmap.reconfigure(1, 1, toConfig); in testAlphaAndPremul()
1324 if (toConfig == Config.ARGB_4444) { in testAlphaAndPremul()
1327 assertEquals(bitmap.getConfig(), toConfig); in testAlphaAndPremul() local