Searched defs:BLACK (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DConfig.java42 private static final int BLACK = 0xFF000000; field in class:Config
50 return isGreaterOrEqual(platformVersion, GINGERBREAD) ? BLACK : WHITE;
116 return BLACK;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java26 BLACK(0x0), enum constant in enum:TextColor
/frameworks/base/tools/aapt2/compile/
H A DNinePatch_test.cpp31 #define BLACK "\x00\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,
46 (uint8_t*)TRANS BLACK TRANS,
50 (uint8_t*)WHITE WHITE BLACK BLACK BLACK WHITE WHITE,
52 (uint8_t*)BLACK RE
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DColor.java294 @ColorInt public static final int BLACK = 0xFF000000; field in class:Color
1505 sColorNameMap.put("black", BLACK);

Completed in 98 milliseconds