Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java145 final Bitmap bm_test = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888); in testDrawWithoutSetBounds() local
146 final Bitmap bm_org = bm_test.copy(Config.ARGB_8888, false); in testDrawWithoutSetBounds()
147 final Canvas can1 = new Canvas(bm_test); in testDrawWithoutSetBounds()
152 if (!equalBitmaps(bm_test, bm_org)) { in testDrawWithoutSetBounds()
153 findBitmapDifferences(bm_test, bm_org); in testDrawWithoutSetBounds()
180 final Bitmap bm_test = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testDrawSetBounds() local
181 final Canvas can_test = new Canvas(bm_test); in testDrawSetBounds()
191 bm_test.compress(Bitmap.CompressFormat.PNG, 100, in testDrawSetBounds()
199 if (!equalBitmaps(bm_test, bm_org, region)) { in testDrawSetBounds()
200 findBitmapDifferences(bm_test, bm_org); in testDrawSetBounds()