Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java112 int earthColor = bitmap.getPixel(IMAGE_WIDTH * 3 / 4 + 2, IMAGE_HEIGHT / 2); in testInflate() local
114 assertTrue(earthColor == 0xFF5656EA); in testInflate()