Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java208 final Bitmap referenceBitmap = Bitmap.createBitmap( in testWithStatSysAdbResource() local
213 stat_sys_adb.draw(new Canvas(referenceBitmap)); in testWithStatSysAdbResource()
233 if (!equalBitmaps(referenceBitmap, test1)) { in testWithStatSysAdbResource()
234 findBitmapDifferences(referenceBitmap, test1); in testWithStatSysAdbResource()