Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java239 final Bitmap referenceBitmap = Bitmap.createBitmap( in testWithStatSysAdbResource() local
244 stat_sys_adb.draw(new Canvas(referenceBitmap)); in testWithStatSysAdbResource()
264 if (!equalBitmaps(referenceBitmap, test1)) { in testWithStatSysAdbResource()
265 findBitmapDifferences(referenceBitmap, test1); in testWithStatSysAdbResource()