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