HomeSort by relevance Sort by last modified time
    Searched refs:TEST_COLOR_1 (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
ArcShapeTest.java 42 private static final int TEST_COLOR_1 = 0xFF00FF00;
76 paint.setColor(TEST_COLOR_1);
81 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2));
OvalShapeTest.java 44 private static final int TEST_COLOR_1 = 0xFF00FF00;
61 paint.setColor(TEST_COLOR_1);
66 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2));
PathShapeTest.java 40 private static final int TEST_COLOR_1 = 0xFF00FF00;
70 paint.setColor(TEST_COLOR_1);
75 assertEquals(TEST_COLOR_1, bitmap.getPixel(50, 50));
RectShapeTest.java 45 private static final int TEST_COLOR_1 = 0xFF00FF00;
68 paint.setColor(TEST_COLOR_1);
72 verifyDrawSuccessfully(bitmap, TEST_WIDTH, TEST_HEIGHT, TEST_COLOR_1);
ShapeTest.java 43 private static final int TEST_COLOR_1 = 0xFF00FF00;
114 paint.setColor(TEST_COLOR_1);
RoundRectShapeTest.java 45 private static final int TEST_COLOR_1 = 0xFF00FF00;
82 paint.setColor(TEST_COLOR_1);
87 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, 0));
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
LocationOnScreenTests.java 20 import static android.server.wm.LocationOnScreenTests.TestActivity.TEST_COLOR_1;
176 Assert.fail("No match found for TEST_COLOR_1 and TEST_COLOR_2 pixels. Check "
182 return screenshot.getPixel(x, y) == TEST_COLOR_1
188 static final int TEST_COLOR_1 = 0xff123456;
240 mPaint.setColor(TEST_COLOR_1);

Completed in 167 milliseconds