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

/frameworks/base/graphics/java/android/graphics/
H A DColor.java45 public static final int YELLOW = 0xFFFFFF00; field in class:Color
381 sColorNameMap.put("yellow", YELLOW);
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java231 private static final String YELLOW = "yellow"; field in class:FileRotatorTest
254 rotate.combineActive(reader, writer(YELLOW), currentTime);
256 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
270 GREEN, BLUE, YELLOW);

Completed in 197 milliseconds