Searched defs:WHITE (Results 1 – 7 of 7) sorted by relevance
36 WHITE = 37 enumerator
35 WHITE(0x9), enumConstant
42 private static final int WHITE = 0xFFFFFFFF; field in Config
39 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
32 #define WHITE "\xff\xff\xff\xff" macro
298 @ColorInt public static final int WHITE = 0xFFFFFFFF; field in Color
65 static const Color WHITE; member