Searched refs:sensorLocation (Results 1 – 4 of 4) sorted by relevance
101 private fun pointToLeftOfSensor(sensorLocation: Rect): MotionEvent = in pointToLeftOfSensor()106 sensorLocation.right + 5.0f, in pointToLeftOfSensor()107 sensorLocation.centerY().toFloat(), in pointToLeftOfSensor()111 private fun pointToRightOfSensor(sensorLocation: Rect): MotionEvent = in pointToLeftOfSensor()116 sensorLocation.right - 5.0f, in pointToLeftOfSensor()117 sensorLocation.centerY().toFloat(), in pointToLeftOfSensor()121 private fun pointBelowSensor(sensorLocation: Rect): MotionEvent = in pointToLeftOfSensor()126 sensorLocation.centerX().toFloat(), in pointToLeftOfSensor()127 sensorLocation.bottom + 5.0f, in pointToLeftOfSensor()131 private fun pointAboveSensor(sensorLocation: Rect): MotionEvent = in pointToLeftOfSensor()[all …]
22 data class UdfpsSensorLocation(val sensorLocation: FingerprintSensor, val offset: PointF?) constant in com.android.settings.biometrics.fingerprint2.ui.enrollment.modules.enrolling.udfps.ui.model.UdfpsSensorLocation
88 viewModel.sensorLocation.collect { sensor -> in <lambda>()
145 val sensorLocation = sensorRepository.fingerprintSensor in <lambda>() constant