Searched refs:diff (Results 1 – 4 of 4) sorted by relevance
| /test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/ |
| D | PixelPerfectMatcher.kt | 53 val diff = Bitmap.createBitmap(diffArray, width, height, Bitmap.Config.ARGB_8888) in compareBitmaps() constant 55 return MatchResult(matches = false, diff = diff, comparisonStatistics = stats) in compareBitmaps() 59 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps()
|
| D | BitmapMatcher.kt | 45 class MatchResult(val matches: Boolean, val comparisonStatistics: String, val diff: Bitmap?) constant in androidx.test.screenshot.matchers.MatchResult
|
| D | MSSIMMatcher.kt | 53 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps() 58 return MatchResult(matches = false, diff = result.diff, comparisonStatistics = stats) in compareBitmaps()
|
| /test/screenshot/screenshot/src/main/java/androidx/test/screenshot/ |
| D | ScreenshotTestRule.kt | 228 diff = comparisonResult.diff in assertBitmapAgainstGolden() 244 diff: Bitmap? = null in reportResult() 271 diff?.run { in reportResult()
|