Searched refs:bm2 (Results 1 – 2 of 2) sorted by relevance
1092 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetConfig() local1097 assertEquals(Bitmap.Config.RGB_565, bm2.getConfig()); in testGetConfig()1168 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetRowBytes() local1173 assertEquals(200, bm2.getRowBytes()); in testGetRowBytes()
2574 Bitmap bm2 = drawToBitmap(second); in testReuse() local2575 assertTrue(BitmapUtils.compareBitmaps(bm1, bm2)); in testReuse()