Searched defs:diff (Results 1 – 2 of 2) sorted by relevance
53 val diff = Bitmap.createBitmap(diffArray, width, height, Bitmap.Config.ARGB_8888) in compareBitmaps() constant
45 class MatchResult(val matches: Boolean, val comparisonStatistics: String, val diff: Bitmap?) constant in androidx.test.screenshot.matchers.MatchResult