Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
H A DEllipseOverlapDetector.kt48 if (touchData.isWithinBounds(nativeSensorBounds)) {
53 if (!touchData.isWithinBounds(nativeOverlayBounds)) {
H A DBoundingBoxOverlapDetector.kt44 return touchData.isWithinBounds(scaledSensorBounds)
H A DNormalizedTouchData.kt59 fun isWithinBounds(nativeBounds: Rect): Boolean { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DNormalizedTouchDataTest.kt19 val actual = touchData.isWithinBounds(SENSOR)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java661 return processedTouch.getTouchData().isWithinBounds(mOverlayParams.getNativeSensorBounds()); in newOnTouch()