Searched refs:TEST_COLOR_1 (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
D | ArcShapeTest.java | 33 private static final int TEST_COLOR_1 = 0xFF00FF00; field in ArcShapeTest 53 paint.setColor(TEST_COLOR_1); in testDraw() 58 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2)); in testDraw()
|
D | OvalShapeTest.java | 33 private static final int TEST_COLOR_1 = 0xFF00FF00; field in OvalShapeTest 48 paint.setColor(TEST_COLOR_1); in testDraw() 53 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2)); in testDraw()
|
D | RoundRectShapeTest.java | 34 private static final int TEST_COLOR_1 = 0xFF00FF00; field in RoundRectShapeTest 70 paint.setColor(TEST_COLOR_1); in testDraw() 75 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, 0)); in testDraw()
|
D | PathShapeTest.java | 31 private static final int TEST_COLOR_1 = 0xFF00FF00; field in PathShapeTest 59 paint.setColor(TEST_COLOR_1); in testDraw() 64 assertEquals(TEST_COLOR_1, bitmap.getPixel(50, 50)); in testDraw()
|
D | RectShapeTest.java | 34 private static final int TEST_COLOR_1 = 0xFF00FF00; field in RectShapeTest 55 paint.setColor(TEST_COLOR_1); in testDraw() 59 assertDrawSuccessfully(bitmap, TEST_WIDTH, TEST_HEIGHT, TEST_COLOR_1); in testDraw()
|
D | ShapeTest.java | 35 private static final int TEST_COLOR_1 = 0xFF00FF00; field in ShapeTest 101 paint.setColor(TEST_COLOR_1); in testDraw()
|