Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DBoundingBoxOverlapDetector.kt35 val scaledRadius = (nativeSensorBounds.width() / 2) * targetSize in isGoodOverlap() constant
38 (nativeSensorBounds.centerX() - scaledRadius).toInt(), in isGoodOverlap()
39 (nativeSensorBounds.centerY() - scaledRadius).toInt(), in isGoodOverlap()
40 (nativeSensorBounds.centerX() + scaledRadius).toInt(), in isGoodOverlap()
41 (nativeSensorBounds.centerY() + scaledRadius).toInt(), in isGoodOverlap()