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

/cts/tests/tests/animation/src/android/animation/cts/
H A DAnimationActivity.java187 public static final int RED = 0xffFF8080; field in class:AnimationActivity.AnimationView
202 colorAnimator = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
/cts/tests/tests/media/src/android/media/cts/
H A DDecodeAccuracyTestBase.java1415 private static final int RED = 0; 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 115 milliseconds