HomeSort by relevance Sort by last modified time
    Searched refs:GREEN (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 120 log("All GPS tests complete", Color.GREEN);
157 log("OK!\n", Color.GREEN);
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixColorFilterTest.java 51 paint.setColor(Color.GREEN);
53 assertColor(Color.GREEN, bitmap.getPixel(0, 0));
79 // change array to filter out green
93 assertEquals(Color.green(expected), Color.green(actual), TOLERANCE);
ColorTest.java 40 assertEquals(0x00, Color.green(Color.RED));
41 assertEquals(0xff, Color.green(Color.GREEN));
100 assertEquals(Color.GREEN, Color.parseColor("green"));
ComposePathEffectTest.java 74 paint.setColor(Color.GREEN);
SumPathEffectTest.java 51 paint.setColor(Color.GREEN);
CornerPathEffectTest.java 50 pathPaint.setColor(Color.GREEN);
82 if (Color.green(pixel) > 0) {
84 // green path must overlap with red guide line
DashPathEffectTest.java 41 private static final int FOREGROUND = Color.GREEN;
DiscretePathEffectTest.java 46 paint.setColor(Color.GREEN);
81 if (Color.green(pixel) > 0) {
95 // green line must vary in y direction
LinearGradientTest.java 34 int[] color = { Color.BLUE, Color.GREEN, Color.RED };
42 // BLUE -> GREEN, B sub-value decreasing while G sub-value increasing
45 assertTrue(Color.green(b.getPixel(10, 0)) < Color.green(b.getPixel(10, 5)));
46 assertTrue(Color.green(b.getPixel(10, 5)) < Color.green(b.getPixel(10, 10)));
47 // GREEN -> RED, G sub-value decreasing while R sub-value increasing
48 assertTrue(Color.green(b.getPixel(10, 15)) > Color.green(b.getPixel(10, 20)));
49 assertTrue(Color.green(b.getPixel(10, 20)) > Color.green(b.getPixel(10, 25)))
    [all...]
PorterDuffColorFilterTest.java 42 // semi-transparent green
52 assertEquals(0x80, Color.green(lowerLeft), TOLERANCE);
67 filter = new PorterDuffColorFilter(Color.GREEN, PorterDuff.Mode.SCREEN);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColoredRectsActivity.java 39 final RectsView gpuView = new RectsView(this, 0, Color.GREEN);
44 final RectsView hwBothView = new RectsView(this, 850, Color.GREEN);
  /cts/tests/tests/text/src/android/text/style/cts/
BackgroundColorSpanTest.java 29 BackgroundColorSpan b = new BackgroundColorSpan(Color.GREEN);
ForegroundColorSpanTest.java 29 ForegroundColorSpan f = new ForegroundColorSpan(Color.GREEN);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java 44 {Color.BLUE, Color.GREEN, Color.RED, Color.LTGRAY, Color.MAGENTA, Color.CYAN,
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 51 mColors[3] = a.getColor(R.styleable.BackgroundView_colorSegmentFour, Color.GREEN);
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 96 GREEN = GGL_INDEX_GREEN,
119 uint8_t gh; // green high bit position + 1
120 uint8_t gl; // green low bit position
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
ViewNode.java 33 RED, YELLOW, GREEN, NONE
277 child.measureRating = ProfileRating.GREEN;
284 child.layoutRating = ProfileRating.GREEN;
291 child.drawRating = ProfileRating.GREEN;
  /system/core/include/pixelflinger/
format.h 90 GREEN = GGL_INDEX_GREEN,
113 uint8_t gh; // green high bit position + 1
114 uint8_t gl; // green low bit position
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FileRotatorTest.java 229 private static final String GREEN = "green";
246 rotate.combineActive(reader, writer(GREEN), currentTime);
256 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW };
265 RED, GREEN, BLUE);
270 GREEN, BLUE, YELLOW);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ImageCurves.java 119 if (mCurrentCurveIndex == Spline.RGB || mCurrentCurveIndex == Spline.GREEN) {
120 drawHistogram(canvas, greenHistogram, Color.GREEN, PorterDuff.Mode.SCREEN);
252 int g = Color.green(pixels[index]);
330 mCurrentCurveIndex = Spline.GREEN;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AlphaBitmap.java 71 Color.RED, Color.GREEN, Color.BLUE },
Clipping.java 57 mPaint.setColor(Color.GREEN);
PathEffects.java 68 Color.GREEN, Color.MAGENTA, Color.BLACK
Patterns.java 47 p.setColor(Color.GREEN);
ScaleToFit.java 53 40, 80, Color.GREEN,

Completed in 6641 milliseconds

12 3 4 5