Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt100 val windowHeight = computeWindowSize(currentWindowY, height) in calculateSSIM() constant
106 shouldIgnoreWindow(ideal, start, stride, windowWidth, windowHeight, filter) && in calculateSSIM()
107 shouldIgnoreWindow(given, start, stride, windowWidth, windowHeight, filter) in calculateSSIM()
110 ignored += windowWidth * windowHeight in calculateSSIM()
113 val means = getMeans(ideal, given, filter, start, stride, windowWidth, windowHeight) in calculateSSIM()
126 windowHeight in calculateSSIM()
133 numPixelsToCompareInWindow(start, stride, windowWidth, windowHeight, filter) in calculateSSIM()
185 windowHeight: Int, in shouldIgnoreWindow()
188 for (y in 0 until windowHeight) { in shouldIgnoreWindow()
205 windowHeight: Int, in numPixelsToCompareInWindow()
[all …]
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt321 val windowHeight = pipWindow.frame.height().toFloat() in <lambda>() constant
329 windowHeight == layerHeight && windowWidth == layerWidth in <lambda>()