Searched refs:bm2 (Results 1 – 2 of 2) sorted by relevance
891 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetConfig() local896 assertEquals(Bitmap.Config.RGB_565, bm2.getConfig()); in testGetConfig()967 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetRowBytes() local972 assertEquals(200, bm2.getRowBytes()); in testGetRowBytes()
2367 Bitmap bm2 = drawToBitmap(second); in testReuse() local2368 BitmapUtils.compareBitmaps(bm1, bm2); in testReuse()