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 | 34 private static final int TEST_COLOR_1 = 0xFF00FF00; field in ArcShapeTest 56 paint.setColor(TEST_COLOR_1); in testDraw() 61 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2)); in testDraw()
|
D | OvalShapeTest.java | 35 private static final int TEST_COLOR_1 = 0xFF00FF00; field in OvalShapeTest 50 paint.setColor(TEST_COLOR_1); in testDraw() 55 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, TEST_HEIGHT / 2)); in testDraw()
|
D | PathShapeTest.java | 32 private static final int TEST_COLOR_1 = 0xFF00FF00; field in PathShapeTest 62 paint.setColor(TEST_COLOR_1); in testDraw() 67 assertEquals(TEST_COLOR_1, bitmap.getPixel(50, 50)); in testDraw()
|
D | RectShapeTest.java | 36 private static final int TEST_COLOR_1 = 0xFF00FF00; field in RectShapeTest 58 paint.setColor(TEST_COLOR_1); in testDraw() 62 assertDrawSuccessfully(bitmap, TEST_WIDTH, TEST_HEIGHT, TEST_COLOR_1); in testDraw()
|
D | RoundRectShapeTest.java | 36 private static final int TEST_COLOR_1 = 0xFF00FF00; field in RoundRectShapeTest 72 paint.setColor(TEST_COLOR_1); in testDraw() 77 assertEquals(TEST_COLOR_1, bitmap.getPixel(TEST_WIDTH / 2, 0)); in testDraw()
|
D | ShapeTest.java | 34 private static final int TEST_COLOR_1 = 0xFF00FF00; field in ShapeTest 105 paint.setColor(TEST_COLOR_1); in testDraw()
|