Searched refs:computeWindowSize (Results 1 – 1 of 1) sorted by relevance
77 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