Searched refs:PREMUL_STORED_COLOR (Results 1 – 1 of 1) sorted by relevance
75 private static final int PREMUL_STORED_COLOR = Color.argb(2, 2, 2, 2); field in BitmapTest1470 assertEquals(bitmap.getPixel(0, 0), PREMUL_STORED_COLOR); in testSetPremultipliedData()1518 bitmap.setPixel(0, 0, PREMUL_STORED_COLOR); in testSetPremultipliedToBuffer()