Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java1213 Bitmap otherBm = Bitmap.createBitmap(null, 100, 100, Bitmap.Config.ARGB_8888, true, cs); in testGrayscaleProfile() local
1214 assertEquals(cs, otherBm.getColorSpace()); in testGrayscaleProfile()