Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DColorMatrixColorFilterTest.java71 float[] transparentRedAddBlue = new float[] { in testColorMatrixColorFilter() local
77 filter = new ColorMatrixColorFilter(transparentRedAddBlue); in testColorMatrixColorFilter()
92 assertEquals(1f, transparentRedAddBlue[6], 0.0f); in testColorMatrixColorFilter()
93 transparentRedAddBlue[6] = 0f; in testColorMatrixColorFilter()
98 paint.setColorFilter(new ColorMatrixColorFilter(transparentRedAddBlue)); in testColorMatrixColorFilter()