Searched defs:BLACK (Results 1 – 8 of 8) sorted by relevance
26 BLACK(0x0), enumConstant
43 private static final int BLACK = 0xFF000000; field in Config
34 BLACK = 900, enumerator
39 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable
31 #define BLACK "\x00\x00\x00\xff" macro
669 constexpr FontStyle::Weight BLACK = FontStyle::Weight::BLACK; in TEST_F() local
294 @ColorInt public static final int BLACK = 0xFF000000; field in Color
66 static const Color BLACK; member