HomeSort by relevance Sort by last modified time
    Searched defs:BLACK (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
GlifV3StyleTest.java 58 Color.BLACK);
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
Config.java 42 private static final int BLACK = 0xFF000000;
49 // return white for froyo and earlier; black otherwise.
50 return isGreaterOrEqual(platformVersion, GINGERBREAD) ? BLACK : WHITE;
117 // Black for froyo.
119 return BLACK;
  /frameworks/minikin/include/minikin/
FontStyle.h 34 BLACK = 900,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 26 BLACK(0x0),
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointFormatter.java 63 initLinePaint(Color.BLACK);
134 linePaint.setShadowLayer(1, 3, 3, Color.BLACK);
135 vertexPaint.setShadowLayer(1, 3, 3, Color.BLACK);
139 linePaint.setShadowLayer(0, 0, 0, Color.BLACK);
140 vertexPaint.setShadowLayer(0, 0, 0, Color.BLACK);
  /frameworks/base/tools/aapt2/compile/
NinePatch_test.cpp 31 #define BLACK "\x00\x00\x00\xff"
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 RED RED RED RED RED WHITE
    [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 72 BLACK=0,
  /external/snakeyaml/src/test/java/examples/collections/
TypeSafeMap2Test.java 35 data.put(new Developer2("Andy", "tester"), Color.BLACK);
40 developers.put(Color.BLACK, new Developer2("John", "committer"));
52 data.put(new Developer2("Andy", "tester"), Color.BLACK);
53 data.put(new SuperMan("Bill", "cleaner", false), Color.BLACK);
59 developers.put(Color.BLACK, new Developer2("John", "committer"));
73 assertEquals(Color.BLACK, parsedData.get(new SuperMan("Bill", "cleaner", false)));
92 assertEquals(Color.BLACK, data.get(first));
107 assertEquals(Color.BLACK, secondColor);
114 WHITE, BLACK, RED;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PathNumbering.h 55 enum NodeColor { WHITE, GRAY, BLACK };
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 64 BLACK=0,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
BitmapLoader.java 54 sTextPaint.setColor(Color.BLACK);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
raw_ostream.h 75 BLACK = 0,

Completed in 2298 milliseconds

1 2 3 4 5