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.java72 float[] transparentRedAddBlue = new float[] { in testColorMatrixColorFilter() local
78 filter = new ColorMatrixColorFilter(transparentRedAddBlue); in testColorMatrixColorFilter()
93 assertEquals(1f, transparentRedAddBlue[6], 0.0f); in testColorMatrixColorFilter()
94 transparentRedAddBlue[6] = 0f; in testColorMatrixColorFilter()
99 paint.setColorFilter(new ColorMatrixColorFilter(transparentRedAddBlue)); in testColorMatrixColorFilter()