Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1092 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetConfig() local
1097 assertEquals(Bitmap.Config.RGB_565, bm2.getConfig()); in testGetConfig()
1168 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetRowBytes() local
1173 assertEquals(200, bm2.getRowBytes()); in testGetRowBytes()
DImageDecoderTest.java2574 Bitmap bm2 = drawToBitmap(second); in testReuse() local
2575 assertTrue(BitmapUtils.compareBitmaps(bm1, bm2)); in testReuse()