Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java456 int[] colorArray = new int[] { Color.RED, Color.GREEN, Color.BLUE, Color.BLACK }; in testCreateBitmap_matrix() local
459 src.setPixels(colorArray,0, 2, 0, 0, 2, 2); in testCreateBitmap_matrix()
462 verify2x2BitmapContents(colorArray, src); in testCreateBitmap_matrix()
467 verify2x2BitmapContents(colorArray, dst); in testCreateBitmap_matrix()
473 verify2x2BitmapContents(colorArray, dst); in testCreateBitmap_matrix()