Home
last modified time | relevance | path

Searched defs:sensorBounds (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsShellTest.kt58 private val sensorBounds = Rect() regex
H A DUdfpsViewTest.kt73 val sensorBounds = SensorLocationInternal("", SENSOR_X, SENSOR_Y, SENSOR_RADIUS).rect regex
H A DUdfpsControllerTest.java481 final Rect[] sensorBounds = new Rect[]{new Rect(10, 10, 20, 20), new Rect(5, 5, 25, 25)}; in updateOverlayParams_recreatesOverlay_ifParamsChanged() local
531 final Rect sensorBounds = new Rect(10, 10, 20, 20); in updateOverlayParams_doesNothing_ifParamsDidntChange() local
602 final Rect sensorBounds = new Rect(1000, 1900, 1080, 1920); // Bottom right corner. in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() local
H A DUdfpsControllerOverlayTest.kt175 val sensorBounds = Rect(0, 0, SENSOR_WIDTH, SENSOR_HEIGHT) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacy.java259 void updateSensorLocation(@NonNull Rect sensorBounds) { in updateSensorLocation()
H A DSideFpsController.kt333 val sensorBounds = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt354 val sensorBounds = udfpsOverlayInteractor.udfpsOverlayParams.value.sensorBounds regex