Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1091 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testGetConfig() local
1096 assertEquals(Bitmap.Config.ARGB_8888, bm1.getConfig()); in testGetConfig()
1167 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testGetRowBytes() local
1172 assertEquals(400, bm1.getRowBytes()); in testGetRowBytes()
DImageDecoderTest.java2573 Bitmap bm1 = drawToBitmap(first); in testReuse() local
2575 assertTrue(BitmapUtils.compareBitmaps(bm1, bm2)); in testReuse()