Searched refs:colorArray (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 352 int[] colorArray = new int[] { Color.RED, Color.GREEN, Color.BLUE, Color.BLACK }; in testCreateBitmap_matrix() local 355 src.setPixels(colorArray,0, 2, 0, 0, 2, 2); in testCreateBitmap_matrix() 358 verify2x2BitmapContents(colorArray, src); in testCreateBitmap_matrix() 363 verify2x2BitmapContents(colorArray, dst); in testCreateBitmap_matrix() 369 verify2x2BitmapContents(colorArray, dst); in testCreateBitmap_matrix()
|