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

1 2 3

  /packages/apps/Messaging/build/
colorize_errors.py 23 RED = "\033[31m"
33 print RED + line,
  /frameworks/native/services/surfaceflinger/
Colorizer.h 28 RED = 31,
  /packages/apps/Gallery2/jni/filters/
filters.h 40 #define RED i
  /cts/tests/tests/animation/src/android/animation/cts/
ArgbEvaluatorTest.java 25 final int RED = 0xffFF8080;
27 int aRED = Color.alpha(RED);
28 int rRED = Color.red(RED);
29 int gRED = Color.green(RED);
30 int bRED = Color.blue(RED);
32 int rBLUE = Color.red(BLUE);
40 result = (Integer) evaluator.evaluate(0.5f, RED, BLUE);
49 int rResult = Color.red(result);
AnimationActivity.java 187 public static final int RED = 0xffFF8080;
202 colorAnimator = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
252 int red = (int)(Math.random() * 255); local
255 int color = 0xff000000 | red << 16 | green << 8 | blue;
256 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /frameworks/base/core/java/android/hardware/camera2/params/
RggbChannelVector.java 30 /** Red color channel in a bayer Raw pattern. */
31 public static final int RED = 0;
51 * @param red red pixel
58 public RggbChannelVector(final float red, final float greenEven, final float greenOdd,
60 mRed = checkArgumentFinite(red, "red");
67 * Get the red component.
105 * <p>{@code colorChannel} must be one of {@link #RED}, {@link #GREEN_EVEN}, {@link #GREEN_ODD},
119 case RED
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MockEnum.java 29 RED, BLUE, YELLO
MockEnum2.java 30 RED, BLUE, YELLO
  /system/bt/test/suite/
main.c 189 static const char *RED = "\x1b[0;31m";
193 DEFAULT = GREEN = RED = "";
210 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, sanity_suite[i].function_name, RED, DEFAULT);
221 printf("\n%sSanity suite failed with %d errors.%s\n", RED, fail, DEFAULT);
236 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, test_suite[i].function_name, RED, DEFAULT);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
ValueMarker.java 52 linePaint.setColor(Color.RED);
57 textPaint.setColor(Color.RED);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 91 private static final int RED = 0xffFF8080;
133 int red = (int)(100 + Math.random() * 155); local
136 int color = 0xff000000 | red << 16 | green << 8 | blue;
138 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
BouncingBalls.java 55 private static final int RED = 0xffFF8080;
70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
159 int red = (int)(Math.random() * 255); local
162 int color = 0xff000000 | red << 16 | green << 8 | blue;
164 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
  /external/llvm/include/llvm/Support/
raw_ostream.h 73 RED,
  /external/ltrace/testsuite/ltrace.main/
parameters.c 30 RED,
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 230 private static final String RED = "red";
244 rotate.combineActive(reader, writer(RED), currentTime);
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
267 RED, GREEN, BLUE);
  /frameworks/base/graphics/java/android/graphics/
Color.java 29 * Colors are represented as packed ints, made up of 4 bytes: alpha, red,
32 * components are stored as follows (alpha << 24) | (red << 16) |
36 * no contributions from red, green, or blue), and opaque-white would be
45 @ColorInt public static final int RED = 0xFFFF0000;
63 * Return the red component of a color int. This is the same as saying
67 public static int red(int color) { method in class:Color
90 * Return a color-int from red, green, blue components.
95 * @param red Red component [0..255] of the color
100 public static int rgb(int red, int green, int blue)
273 float red = 0.0f; local
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Material.java 39 public static final int RED = 0;
90 mColor[p + RED] = v;
102 int[] red = new int[means.length - 1]; local
112 red[i] = (rgb >> 16) & 0xff;
129 mMaterialProp[i].mRed = red[i];
243 int red = m[0].mRed; local
249 mColor[p + RED] = (byte) red;
266 int red = (int) (m[k].mRed * t1 + m[k + 1].mRed * t2); local
275 mColor[p + RED] = (byte) red;
287 int red = mp.mRed; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 66 static final Color RED = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_RED);
336 this.gc.setForeground(RED);
  /system/core/libpixelflinger/include/pixelflinger/
format.h 89 RED = GGL_INDEX_RED,
111 uint8_t rh; // red high bit position + 1
112 uint8_t rl; // red low bit position
  /external/libdrm/tests/modetest/
buffers.c 74 struct color_component red; member in struct:rgb_info
199 ((((r) >> (8 - (rgb)->red.length)) << (rgb)->red.offset) | \
219 MAKE_YUV_601(192, 0, 0), /* red */
323 MAKE_YUV_601(192, 0, 0), /* red */
422 MAKE_RGBA(rgb, 192, 0, 0, 255), /* red */
483 MAKE_RGB24(rgb, 192, 0, 0), /* red */
546 MAKE_RGBA(rgb, 192, 0, 0, 255), /* red */
675 #define RED 2
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 36 public static final int RED = 1;
76 case Spline.RED:
77 return Color.RED;
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 33 #define RED(color) (((color) >> 16) & 0xff)
440 char avgRed = (char)(((int) RED(c1) + (int) RED(c2) +
441 (int) RED(c3) + (int) RED(c4)) / 4);
475 return SQUARE(RED(c1) - RED(c2)) +
496 return MAKE_COLOR_ARGB(0xff, color.Red, color.Green, color.Blue);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 60 static final Color RED = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_RED);
382 item.setForeground(col, RED);
404 // delta < -10%: failure shown by an red-cross icon + text in red
406 item.setForeground(col, RED);
408 // negative delta over 5% shown in red
409 item.setForeground(col, RED);
PerformancesView.java 83 static final Color RED = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_RED);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultimapsTest.java 454 private enum Color {BLUE, RED, YELLOW, GREEN}
509 multimap.put(Color.RED, 1);
518 Maps.immutableEntry(Color.RED, 1),
531 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
562 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
564 assertEquals("{BLUE=[3, 1, 4, 1], RED=[2, 7, 1, 8]}", multimap.toString());
586 multimap.putAll(Color.RED, asList(2, 7, 1, 8));
608 multimap.putAll(Color.RED, asList(2, 7, 1, 8));

Completed in 1329 milliseconds

1 2 3