Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java736 private static class ARGB { class in BitmapTest
741 ARGB(float alpha, float red, float green, float blue) { in ARGB() method in BitmapTest.ARGB
772 for (ARGB color : new ARGB[]{ new ARGB(1.0f, .5f, .5f, .5f), in testEraseColorLong()
773 new ARGB(1.0f, .3f, .6f, .9f), in testEraseColorLong()
774 new ARGB(0.5f, .2f, .8f, .7f) }) { in testEraseColorLong()
1126 for (ARGB color : new ARGB[]{ new ARGB(1.0f, .5f, .5f, .5f), in testSetColorSpace()
1127 new ARGB(1.0f, .3f, .6f, .9f), in testSetColorSpace()
1128 new ARGB(0.5f, .2f, .8f, .7f) }) { in testSetColorSpace()