Searched defs:BLUE (Results 1 - 2 of 2) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
H A DAnimationActivity.java188 public static final int BLUE = 0xff8080FF; field in class:AnimationActivity.AnimationView
202 colorAnimator = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
/cts/tests/tests/media/src/android/media/cts/
H A DDecodeAccuracyTestBase.java1417 private static final int BLUE = 2; field in class:BitmapCompare
1522 final double x = (comp[RED] * 0.4124) + (comp[GREEN] * 0.3576) + (comp[BLUE] * 0.1805);
1523 final double y = (comp[RED] * 0.2126) + (comp[GREEN] * 0.7152) + (comp[BLUE] * 0.0722);
1524 final double z = (comp[RED] * 0.0193) + (comp[GREEN] * 0.1192) + (comp[BLUE] * 0.9505);

Completed in 316 milliseconds