Home
last modified time | relevance | path

Searched defs:MAGENTA (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelColor.java26 public static final int MAGENTA = 0xFFFF00FF; field in PixelColor
/cts/tests/tests/view/src/android/view/cts/
DSurfaceControlTest.java79 private static final PixelColor MAGENTA = new PixelColor(PixelColor.MAGENTA); field in SurfaceControlTest
DASurfaceControlTest.java105 private static final PixelColor MAGENTA = new PixelColor(PixelColor.MAGENTA); field in ASurfaceControlTest