Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt133 mView.setSensorLocation(faceSensorLocation!!)
345 mView.setSensorLocation(PointF(args[1].toFloat(), args[2].toFloat()))
H A DAuthRippleView.kt98 fun setSensorLocation(location: PointF) { regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt200 verify(rippleView).setSensorLocation(faceLocation)