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.java892 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetConfig() local
898 assertEquals(Bitmap.Config.ARGB_8888, bm3.getConfig()); in testGetConfig()
968 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444); in testGetRowBytes() local
974 assertEquals(400, bm3.getRowBytes()); in testGetRowBytes()