Searched refs:bm1 (Results 1 – 2 of 2) sorted by relevance
1091 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testGetConfig() local1096 assertEquals(Bitmap.Config.ARGB_8888, bm1.getConfig()); in testGetConfig()1167 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testGetRowBytes() local1172 assertEquals(400, bm1.getRowBytes()); in testGetRowBytes()
2573 Bitmap bm1 = drawToBitmap(first); in testReuse() local2575 assertTrue(BitmapUtils.compareBitmaps(bm1, bm2)); in testReuse()