Home
last modified time | relevance | path

Searched refs:bm3 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1093 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetConfig() local
1099 assertEquals(Bitmap.Config.ARGB_8888, bm3.getConfig()); in testGetConfig()
1169 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetRowBytes() local
1175 assertEquals(400, bm3.getRowBytes()); in testGetRowBytes()