Searched refs:bm3 (Results 1 – 1 of 1) sorted by relevance
892 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetConfig() local898 assertEquals(Bitmap.Config.ARGB_8888, bm3.getConfig()); in testGetConfig()968 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetRowBytes() local974 assertEquals(400, bm3.getRowBytes()); in testGetRowBytes()