Searched defs:sensorBounds (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsShellTest.kt | 58 private val sensorBounds = Rect() regex
|
H A D | UdfpsViewTest.kt | 73 val sensorBounds = SensorLocationInternal("", SENSOR_X, SENSOR_Y, SENSOR_RADIUS).rect regex
|
H A D | UdfpsControllerTest.java | 481 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 D | UdfpsControllerOverlayTest.kt | 175 val sensorBounds = Rect(0, 0, SENSOR_WIDTH, SENSOR_HEIGHT) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewLegacy.java | 259 void updateSensorLocation(@NonNull Rect sensorBounds) { in updateSensorLocation()
|
H A D | SideFpsController.kt | 333 val sensorBounds = regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/ |
H A D | KeyguardPreviewRenderer.kt | 354 val sensorBounds = udfpsOverlayInteractor.udfpsOverlayParams.value.sensorBounds regex
|