Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java891 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetConfig() local
896 assertEquals(Bitmap.Config.RGB_565, bm2.getConfig()); in testGetConfig()
967 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); in testGetRowBytes() local
972 assertEquals(200, bm2.getRowBytes()); in testGetRowBytes()
DImageDecoderTest.java2367 Bitmap bm2 = drawToBitmap(second); in testReuse() local
2368 BitmapUtils.compareBitmaps(bm1, bm2); in testReuse()