Searched refs:bm0 (Results 1 – 1 of 1) sorted by relevance
1090 Bitmap bm0 = Bitmap.createBitmap(100, 200, Bitmap.Config.ALPHA_8); in testGetConfig() local1095 assertEquals(Bitmap.Config.ALPHA_8, bm0.getConfig()); in testGetConfig()1166 Bitmap bm0 = Bitmap.createBitmap(100, 200, Bitmap.Config.ALPHA_8); in testGetRowBytes() local1171 assertEquals(100, bm0.getRowBytes()); in testGetRowBytes()