Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java153 findBitmapDifferences(bm_test, bm_org); in testDrawWithoutSetBounds()
200 findBitmapDifferences(bm_test, bm_org); in testDrawSetBounds()
367 void findBitmapDifferences(Bitmap a, Bitmap b) { in findBitmapDifferences() method in AdaptiveIconDrawableTest