HomeSort by relevance Sort by last modified time
    Searched refs:BLUE (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
CameraTests.java 41 paint.setColor(Color.BLUE);
47 .runWithVerifier(new RectVerifier(Color.WHITE, Color.BLUE,
BitmapTests.java 63 setColor(Color.BLUE);
83 * be visible: we changed a bitmap from blue to red during circular reveal (an RT animation),
84 * and changed it back to blue before the end of the animation; we should never see any
134 child.setColor(Color.BLUE);
156 * visible: we keep changing a bitmap's color between red and blue in sync with the
157 * background, and we should only see pure blue or red.
167 int[] blue = new int[offset + height * stride]; local
168 Arrays.fill(blue, Color.BLUE);
170 boolean isBlue = comparer.verifySame(blue, bitmap, offset, stride, width, height)
    [all...]
BitmapBlendModeTest.java 49 // is drawn with a blue circle
53 Color.BLUE, Color.RED);
63 // the original mask bitmap is drawn with a blue circle
67 Color.BLUE, Color.RED);
PathClippingTests.java 56 paint.setColor(Color.BLUE);
71 canvas.drawColor(Color.BLUE);
88 canvas.drawColor(Color.BLUE);
120 Color.BLUE,
147 Color.BLUE,
148 Color.BLUE,
163 canvas.drawColor(Color.BLUE);
198 helper.loadData("<body style=\"background-color:blue\">");
215 paint.setColor(Color.BLUE);
ShaderTests.java 52 shaderBitmap.eraseColor(Color.BLUE);
59 .runWithVerifier(new ColorVerifier(Color.BLUE));
71 // BLUE as SRC for Compose
73 shaderBitmap.eraseColor(Color.BLUE);
81 new int[] { Color.RED, Color.GREEN, Color.BLUE }, null,
90 .runWithVerifier(new ColorVerifier(Color.BLUE));
131 new int[] { Color.RED, Color.BLUE, Color.GREEN },
BlendModeColorFilterTest.java 68 b2.eraseColor(Color.BLUE);
101 new int[]{Color.RED, Color.BLUE, Color.BLUE});
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java 41 private static final int BORDER_COLOR = Color.BLUE;
104 bitmap.setPixel(1, 0, Color.BLUE);
118 Assert.assertArrayEquals(new int[] { Color.RED, Color.BLUE, Color.BLUE, Color.BLUE },
126 bitmap.setPixel(1, 0, Color.BLUE);
140 Assert.assertArrayEquals(new int[] { Color.RED, Color.BLUE, Color.RED, Color.BLUE },
148 bitmap.setPixel(1, 0, Color.BLUE);
162 Assert.assertArrayEquals(new int[] { Color.RED, Color.BLUE, Color.BLUE, Color.RED }
    [all...]
PorterDuffXfermodeTest.java 47 b2.eraseColor(Color.BLUE);
55 assertEquals(Color.BLUE, target.getPixel(WIDTH / 4, HEIGHT * 3 / 4));
56 assertEquals(Color.BLUE, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4));
74 assertEquals(Color.BLUE, target.getPixel(WIDTH * 3 / 4, HEIGHT * 3 / 4));
CanvasTest.java 42 mCanvas.drawColor(Color.convert(Color.BLUE, ColorSpace.get(ColorSpace.Named.CIE_XYZ)));
47 mCanvas.drawColor(Color.convert(Color.BLUE, ColorSpace.get(ColorSpace.Named.CIE_LAB)));
RadialGradientTest.java 49 Color.RED, Color.BLUE, TileMode.CLAMP);
72 long blue = Color.pack(0, 0, 1, 1, p3); local
73 RadialGradient gradient = new RadialGradient(50, 50, 25, red, blue, TileMode.CLAMP);
91 Color blueColor = convert.apply(blue);
95 ColorUtils.verifyColor("Edge point " + p + " should be blue", blueColor,
102 // On several different radii, verify that colors trend from red to blue.
122 + ") should be more blue than inner " + lastPoint
124 currentColor.blue() > lastColor.blue());
173 colors[0] = Color.pack(Color.BLUE);
    [all...]
PorterDuffColorFilterTest.java 46 b2.eraseColor(Color.BLUE);
72 assertEquals(Color.BLUE, target.getPixel(width / 4, height * 3 / 4));
73 assertEquals(Color.BLUE, target.getPixel(width * 3 / 4, height * 3 / 4));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ColorChangeOnKeyView.java 27 * Changes color from black to blue on keyevent
42 mColor = Color.BLUE;
  /cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/
ToastActivity.java 34 view.setBackgroundColor(Color.BLUE);
  /cts/tests/tests/text/src/android/text/style/cts/
ClickableSpanTest.java 50 tp.linkColor = Color.BLUE;
52 assertEquals(Color.BLUE, tp.getColor());
BackgroundColorSpanTest.java 57 backgroundColorSpan = new BackgroundColorSpan(Color.BLUE);
59 assertEquals(Color.BLUE, tp.bgColor);
  /cts/tests/tests/uirendering27/src/android/uirendering/cts/testclasses/
BitmapBlendModeTest.java 50 // the original mask bitmap is drawn with a blue circle
54 Color.BLUE, Color.RED);
64 // the original mask bitmap is drawn with a blue circle
68 Color.BLUE, Color.RED);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
EnumMultisetTest.java 50 BLUE, RED, YELLOW, GREEN, WHITE
62 assertEquals(0, ms.count(Color.BLUE));
70 assertEquals(0, ms.count(Color.BLUE));
98 ms.add(Color.BLUE, 3);
101 assertEquals("[BLUE x 3, RED x 2, YELLOW]", ms.toString());
106 ms.add(Color.BLUE, 3);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
UnclippedBlueView.java 46 canvas.drawColor(Color.BLUE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 52 mPaint.setColor(Color.BLUE);
  /external/llvm/lib/DebugInfo/DWARF/
SyntaxHighlighting.cpp 27 case Tag: OS.changeColor(llvm::raw_ostream::BLUE); break;
  /cts/tests/tests/assist/src/android/assist/cts/
ScreenshotTest.java 87 bundle.putInt(Utils.SCREENSHOT_COLOR_KEY, Color.BLUE);
91 delayAndStartSession(Color.BLUE);
  /external/guava/guava-tests/test/com/google/common/collect/
EnumMultisetTest.java 76 BLUE, RED, YELLOW, GREEN, WHITE
88 assertEquals(0, ms.count(Color.BLUE));
96 assertEquals(0, ms.count(Color.BLUE));
124 ms.add(Color.BLUE, 3);
127 assertEquals("[BLUE x 3, RED x 2, YELLOW]", ms.toString());
139 ms.add(Color.BLUE, 3);
161 .setDistinctValues(Enum.class, Color.BLUE, Color.RED)
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconDrawableTest.java 88 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
96 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
104 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
117 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
129 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
151 Drawable backgroundDrawable = new ColorDrawable(Color.BLUE);
222 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
231 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
254 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
266 new ColorDrawable(Color.RED), new ColorDrawable(Color.BLUE));
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.cpp 45 BLUE = 1,
49 BLUE = 4,
51 PURPLE = static_cast<uint32_t>(RED) | static_cast<uint32_t>(BLUE),
52 CYAN = static_cast<uint32_t>(GREEN) | static_cast<uint32_t>(BLUE),
54 WHITE = static_cast<uint32_t>(RED) | static_cast<uint32_t>(GREEN) | static_cast<uint32_t>(BLUE),
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyTest.java 193 Color.RED, Color.GREEN, Color.BLUE, Color.BLACK);
213 Color.RED, Color.GREEN, Color.BLUE, Color.BLACK);
223 Color.BLUE, Color.BLACK, Color.BLUE, Color.BLACK);
249 Color.RED, Color.GREEN, Color.BLUE, Color.BLACK);
264 Color.RED, Color.GREEN, Color.BLUE, Color.BLACK);
272 Color.RED, Color.GREEN, Color.BLUE, Color.BLACK);
301 Color.RED, Color.GREEN, Color.BLUE, Color.BLACK);
328 Color.RED, Color.GREEN, Color.BLUE, Color.BLACK);
341 Color.BLUE, Color.BLACK, Color.BLUE, Color.BLACK)
    [all...]

Completed in 1125 milliseconds

1 2 3 4 5 6 7 8 9