HomeSort by relevance Sort by last modified time
    Searched refs:RED (Results 76 - 100 of 418) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/devbytes/animation/CrossFading/src/com/example/android/crossfading/
CrossFading.java 47 // Create red and green bitmaps to cross-fade between
51 canvas.drawColor(Color.RED);
58 // Add the red/green bitmap drawables to a TransitionDrawable. They are layered
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gl.py 124 print 'color RED'
125 gl.color(GL.RED)
  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 122 : raw_ostream::RED;
131 : raw_ostream::RED)
153 : raw_ostream::RED)
164 : raw_ostream::RED)
llvm-cov.cpp 87 errs().changeColor(raw_ostream::RED);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathOffsetActivity.java 57 mPaint.setColor(Color.RED);
ColoredRectsActivity.java 41 final RectsView swView = new RectsView(this, 400, Color.RED);
49 final RectsView swBothView = new RectsView(this, 854, Color.RED);
ViewPropertyAlphaActivity.java 82 text.setSpan(new BackgroundColorSpan(Color.RED), 0, 3,
124 mPaint.setColor(Color.RED);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
InvalidateTreeActivity.java 41 parent.setBackgroundColor((mColorToggle < 2) ? Color.RED : Color.BLUE);
  /frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
User.java 19 private int favoriteColor = Color.RED;
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
IllustrationTest.java 54 final Drawable backgroundDrawable = new ColorDrawable(Color.RED);
  /frameworks/support/compat/tests/java/android/support/v4/graphics/drawable/
IconCompatTest.java 63 source.eraseColor(Color.RED);
65 verifyClippedCircle(result, Color.RED, 100);
71 bitmap.eraseColor(Color.RED);
82 bitmap.eraseColor(Color.RED);
  /packages/apps/Gallery2/jni/filters/
filters.h 40 #define RED i
wbalance.c 34 histR[(src[RED])]++;
122 r += src[RED];
158 int r = rgb[RED];
166 rgb[RED] = clamp(Rc);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gl.py 124 print 'color RED'
125 gl.color(GL.RED)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gl.py 124 print 'color RED'
125 gl.color(GL.RED)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 124 print 'color RED'
125 gl.color(GL.RED)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 124 print 'color RED'
125 gl.color(GL.RED)
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
LayerTests.java 60 // red channel full strength, other channels 75% strength
61 // (since 25% alpha red subtracts from them)
107 // Red, fully desaturated. Note that it's not 255/3 in each channel.
124 // Red, drawn underneath opaque white, so output should be white.
216 child.setBackgroundColor(Color.RED);
327 .runWithVerifier(new RectVerifier(Color.WHITE, Color.RED, new Rect(10, 10, 70, 70)));
359 // red rect
370 Color.RED, Color.RED,
410 // red rect outside both layer
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerStateTest.java 69 Drawable dr0 = spy(new ColorDrawable(Color.RED));
109 Drawable dr0 = spy(new ColorDrawable(Color.RED));
202 Drawable dr0 = spy(new ColorDrawable(Color.RED));
244 Drawable dr0 = spy(new ColorDrawable(Color.RED));
281 Drawable child = spy(new ColorDrawable(Color.RED));
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 659 child2.setBackgroundColor(Color.RED);
    [all...]
AbsSeekBarTest.java 284 inflatedView.setThumbTintList(ColorStateList.valueOf(Color.RED));
285 verify(mockThumb, times(1)).setTintList(TestUtils.colorStateListOf(Color.RED));
294 verify(mockThumb, times(1)).setTintList(TestUtils.colorStateListOf(Color.RED));
313 inflatedView.setTickMarkTintList(ColorStateList.valueOf(Color.RED));
314 verify(mockTickMark, times(1)).setTintList(TestUtils.colorStateListOf(Color.RED));
323 verify(mockTickMark, times(1)).setTintList(TestUtils.colorStateListOf(Color.RED));
  /cts/tests/app/src/android/app/cts/
NotificationChannelTest.java 97 channel.setLightColor(Color.RED);
99 assertEquals(Color.RED, channel.getLightColor());
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ResourceModifier.java 79 Color.RED, Color.GREEN, Shader.TileMode.CLAMP);
87 Color.BLUE, Color.RED, Shader.TileMode.CLAMP);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 51 mPaint.setColor(Color.RED);
106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION);
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 20 llvm::raw_ostream::RED;
23 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;

Completed in 568 milliseconds

1 2 34 5 6 7 8 91011>>