HomeSort by relevance Sort by last modified time
    Searched refs:bm_org (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
AdaptiveIconDrawableTest.java 50 final Bitmap bm_org = bm_test.copy(Config.ARGB_8888, false); local
56 if (!equalBitmaps(bm_test, bm_org)) {
57 findBitmapDifferences(bm_test, bm_org);
78 final Bitmap bm_org = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); local
79 final Canvas can_org = new Canvas(bm_org);
93 bm_org.compress(Bitmap.CompressFormat.PNG, 100,
103 if (!equalBitmaps(bm_test, bm_org, region)) {
104 findBitmapDifferences(bm_test, bm_org);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconDrawableTest.java 148 final Bitmap bm_org = bm_test.copy(Config.ARGB_8888, false); local
154 if (!equalBitmaps(bm_test, bm_org)) {
155 findBitmapDifferences(bm_test, bm_org);
176 final Bitmap bm_org = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); local
177 final Canvas can_org = new Canvas(bm_org);
191 bm_org.compress(Bitmap.CompressFormat.PNG, 100,
201 if (!equalBitmaps(bm_test, bm_org, region)) {
202 findBitmapDifferences(bm_test, bm_org);

Completed in 179 milliseconds