Home
last modified time | relevance | path

Searched refs:TEST_COLOR_1 (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
DArcShapeTest.java33 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()
DOvalShapeTest.java33 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()
DRoundRectShapeTest.java34 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()
DPathShapeTest.java31 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()
DRectShapeTest.java34 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()
DShapeTest.java35 private static final int TEST_COLOR_1 = 0xFF00FF00; field in ShapeTest
101 paint.setColor(TEST_COLOR_1); in testDraw()