Searched refs:ARGB (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 1001 private static class ARGB { class 1006 ARGB(float alpha, float red, float green, float blue) { in ARGB() method in ARGB 1037 for (ARGB color : new ARGB[]{ new ARGB(1.0f, .5f, .5f, .5f), in testEraseColorLong() 1038 new ARGB(1.0f, .3f, .6f, .9f), in testEraseColorLong() 1039 new ARGB(0.5f, .2f, .8f, .7f) }) { in testEraseColorLong() 1391 for (ARGB color : new ARGB[]{ new ARGB(1.0f, .5f, .5f, .5f), in testSetColorSpace() 1392 new ARGB(1.0f, .3f, .6f, .9f), in testSetColorSpace() 1393 new ARGB(0.5f, .2f, .8f, .7f) }) { in testSetColorSpace()
|