Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DBoundingBoxOverlapDetectorTest.kt34 fun isGoodOverlap() { regex
36 val actual = underTest.isGoodOverlap(touchData, SENSOR, OVERLAY)
H A DEllipseOverlapDetectorTest.kt38 fun isGoodOverlap() { regex
46 val actual = underTest.isGoodOverlap(touchData, SENSOR, OVERLAY)
H A DSinglePointerTouchProcessorTest.kt645 val isGoodOverlap = true regex
649 val nativeX = ROTATION_0_INPUTS.getNativeX(isGoodOverlap)
650 val nativeY = ROTATION_0_INPUTS.getNativeY(isGoodOverlap)
661 currentPointers = listOf(TestPointer(id = POINTER_ID_1, onSensor = isGoodOverlap)),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
H A DOverlapDetector.kt23 fun isGoodOverlap( regex
H A DBoundingBoxOverlapDetector.kt30 override fun isGoodOverlap(
H A DEllipseOverlapDetector.kt42 override fun isGoodOverlap(
H A DSinglePointerTouchProcessor.kt50 overlapDetector.isGoodOverlap(
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/udfps/
H A DFakeOverlapDetector.kt24 override fun isGoodOverlap(