Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/
DMSSIMMatcher.kt83 isWindowWhite(ideal, start, stride, windowWidth, windowHeight) && in calculateSSIM()
84 isWindowWhite(given, start, stride, windowWidth, windowHeight) in calculateSSIM()
131 private fun isWindowWhite( in isWindowWhite() method