Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/
DPixelPerfectMatcher.kt55 return MatchResult(matches = false, diff = diff, comparisonStatistics = stats) in compareBitmaps()
59 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps()
DBitmapMatcher.kt45 class MatchResult(val matches: Boolean, val comparisonStatistics: String, val diff: Bitmap?) constant in androidx.test.screenshot.matchers.MatchResult
DMSSIMMatcher.kt53 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps()
58 return MatchResult(matches = false, diff = result.diff, comparisonStatistics = stats) in compareBitmaps()