Searched refs:MatchResult (Results 1 – 3 of 3) sorted by relevance
| /test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/ |
| D | PixelPerfectMatcher.kt | 30 ): MatchResult { in compareBitmaps() 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 | 33 fun compareBitmaps(expected: IntArray, given: IntArray, width: Int, height: Int): MatchResult 45 class MatchResult(val matches: Boolean, val comparisonStatistics: String, val diff: Bitmap?) class
|
| D | MSSIMMatcher.kt | 46 ): MatchResult { in compareBitmaps() 53 return MatchResult(matches = true, diff = null, comparisonStatistics = stats) in compareBitmaps() 58 return MatchResult(matches = false, diff = result.diff, comparisonStatistics = stats) in compareBitmaps()
|