Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DTotalPssHelper.java217 public void setThreshold(int threshold) { in setThreshold()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt32 @FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98 constant in platform.test.screenshot.matchers.MSSIMMatcher