Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1090 Bitmap bm0 = Bitmap.createBitmap(100, 200, Bitmap.Config.ALPHA_8); in testGetConfig() local
1095 assertEquals(Bitmap.Config.ALPHA_8, bm0.getConfig()); in testGetConfig()
1166 Bitmap bm0 = Bitmap.createBitmap(100, 200, Bitmap.Config.ALPHA_8); in testGetRowBytes() local
1171 assertEquals(100, bm0.getRowBytes()); in testGetRowBytes()