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.java1239 for (Config toConfig : CONFIGS) { in testAlphaAndPremul()
1259 bitmap.reconfigure(1, 1, toConfig); in testAlphaAndPremul()
1260 if (toConfig == Config.ARGB_4444) { in testAlphaAndPremul()
1263 assertEquals(bitmap.getConfig(), toConfig); in testAlphaAndPremul() local