Searched defs:YELLOW (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DColorizer.h30 YELLOW = 33, enumerator in enum:android::Colorizer::color
/frameworks/base/graphics/java/android/graphics/
H A DColor.java48 @ColorInt public static final int YELLOW = 0xFFFFFF00; field in class:Color
264 sColorNameMap.put("yellow", YELLOW);
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFileRotatorTest.java233 private static final String YELLOW = "yellow"; field in class:FileRotatorTest
256 rotate.combineActive(reader, writer(YELLOW), currentTime);
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
272 GREEN, BLUE, YELLOW);

Completed in 110 milliseconds