Searched refs:otherBm (Results 1 – 1 of 1) sorted by relevance
1215 Bitmap otherBm = Bitmap.createBitmap(null, 100, 100, Bitmap.Config.ARGB_8888, true, cs); in testGrayscaleProfile() local1216 assertEquals(cs, otherBm.getColorSpace()); in testGrayscaleProfile()