Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/
DMSSIMMatcher.kt77 val windowHeight = computeWindowSize(currentWindowY, height) in calculateSSIM()
80 val windowWidth = computeWindowSize(currentWindowX, width) in calculateSSIM()
123 private fun computeWindowSize(coordinateStart: Int, dimension: Int): Int { in computeWindowSize() method in androidx.test.screenshot.matchers.MSSIMMatcher