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.java34 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()
DOvalShapeTest.java35 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()
DPathShapeTest.java32 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()
DRectShapeTest.java36 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()
DRoundRectShapeTest.java36 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()
DShapeTest.java34 private static final int TEST_COLOR_1 = 0xFF00FF00; field in ShapeTest
105 paint.setColor(TEST_COLOR_1); in testDraw()