Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java152 if (!equalBitmaps(bm_test, bm_org)) { in testDrawWithoutSetBounds()
199 if (!equalBitmaps(bm_test, bm_org, region)) { in testDrawSetBounds()
333 boolean equalBitmaps(Bitmap a, Bitmap b) { in equalBitmaps() method in AdaptiveIconDrawableTest
334 return equalBitmaps(a, b, null); in equalBitmaps()
337 boolean equalBitmaps(Bitmap a, Bitmap b, Region region) { in equalBitmaps() method in AdaptiveIconDrawableTest