Searched refs:bm_test (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AdaptiveIconDrawableTest.java | 158 final Bitmap bm_test = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888); in testDrawWithoutSetBounds() local 159 final Bitmap bm_org = bm_test.copy(Config.ARGB_8888, false); in testDrawWithoutSetBounds() 160 final Canvas can1 = new Canvas(bm_test); in testDrawWithoutSetBounds() 165 if (!equalBitmaps(bm_test, bm_org)) { in testDrawWithoutSetBounds() 166 findBitmapDifferences(bm_test, bm_org); in testDrawWithoutSetBounds() 193 final Bitmap bm_test = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testDrawSetBounds() local 194 final Canvas can_test = new Canvas(bm_test); in testDrawSetBounds() 204 bm_test.compress(Bitmap.CompressFormat.PNG, 100, in testDrawSetBounds() 213 if (!equalBitmaps(bm_test, bm_org, region)) { in testDrawSetBounds() 214 findBitmapDifferences(bm_test, bm_org); in testDrawSetBounds()
|