Searched refs:bm3 (Results 1 – 1 of 1) sorted by relevance
1157 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetConfig() local1163 assertEquals(Bitmap.Config.ARGB_8888, bm3.getConfig()); in testGetConfig()1233 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetRowBytes() local1239 assertEquals(400, bm3.getRowBytes()); in testGetRowBytes()