Searched refs:toConfig (Results 1 – 1 of 1) sorted by relevance
1303 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