Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/
DPixelPerfectMatcher.kt54 val stats = "[PixelPerfect] Same pixels: $same, " + "Different pixels: $different" in compareBitmaps() constant
55 return MatchResult(matches = false, diff = diff, comparisonStatistics = stats) in compareBitmaps()
58 val stats = "[PixelPerfect]" in compareBitmaps() constant
59 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps()
DMSSIMMatcher.kt49 val stats = in compareBitmaps() constant
53 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps()
58 return MatchResult(matches = false, diff = result.diff, comparisonStatistics = stats) in compareBitmaps()