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

/frameworks/native/services/surfaceflinger/
H A DColorizer.h30 RED = 31, enumerator in enum:android::Colorizer::color
/frameworks/base/core/java/android/hardware/camera2/params/
H A DRggbChannelVector.java31 public static final int RED = 0; field in class:RggbChannelVector
105 * <p>{@code colorChannel} must be one of {@link #RED}, {@link #GREEN_EVEN}, {@link #GREEN_ODD},
119 case RED:
153 destination[offset + RED] = mRed;
/frameworks/base/tools/aapt2/compile/
H A DNinePatch_test.cpp25 #define RED "\xff\x00\x00\xff" macro
40 (uint8_t*)WHITE BLACK TRANS, (uint8_t*)TRANS RED TRANS,
45 (uint8_t*)TRANS BLACK TRANS, (uint8_t*)BLACK RED BLACK,
51 (uint8_t*)WHITE RED RED RED RED RED WHITE,
52 (uint8_t*)BLACK RED RED RE
[all...]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFileRotatorTest.java230 private static final String RED = "red"; field in class:FileRotatorTest
244 rotate.combineActive(reader, writer(RED), currentTime);
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
267 RED, GREEN, BLUE);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DMaterial.java39 public static final int RED = 0; field in class:Material
90 mColor[p + RED] = v;
249 mColor[p + RED] = (byte) red;
275 mColor[p + RED] = (byte) red;
292 mColor[p + RED] = (byte) red;
/frameworks/base/graphics/java/android/graphics/
H A DColor.java299 @ColorInt public static final int RED = 0xFFFF0000; field in class:Color
1510 sColorNameMap.put("red", RED);

Completed in 309 milliseconds