Searched refs:sensorLocationX (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ |
D | SensorLocationInternal.java | 48 public final int sensorLocationX; field in SensorLocationInternal 66 int sensorLocationX, int sensorLocationY, int sensorRadius) { in SensorLocationInternal() argument 68 this.sensorLocationX = sensorLocationX; in SensorLocationInternal() 75 sensorLocationX = in.readInt(); in SensorLocationInternal() 83 dest.writeInt(sensorLocationX); in writeToParcel() 109 + ", x: " + sensorLocationX in toString() 116 return new Rect(sensorLocationX - sensorRadius, in getRect() 118 sensorLocationX + sensorRadius, in getRect()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsDialogMeasureAdapterTest.java | 49 final int sensorLocationX = 540; in testUdfpsBottomSpacerHeightForPortrait() local 68 sensorLocationX, sensorLocationY, sensorRadius))); in testUdfpsBottomSpacerHeightForPortrait() 115 final int sensorLocationX = 540; in testUdfpsHorizontalSpacerWidthForLandscape() local 134 sensorLocationX, sensorLocationY, sensorRadius))); in testUdfpsHorizontalSpacerWidthForLandscape()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | HidlFingerprintSensorConfig.java | 97 private void setSensorLocation(int sensorLocationX, in setSensorLocation() argument 101 sensorLocations[0].sensorLocationX = sensorLocationX; in setSensorLocation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/ |
D | SideFpsSensorInteractor.kt | 158 Pair(sensorLocation.sensorLocationX, 0) in <lambda>() 163 displayWidth - sensorLocation.sensorLocationX - sensorLengthInPx in <lambda>() 169 sensorLocation.sensorLocationX - in <lambda>() 175 Pair(displayHeight, sensorLocation.sensorLocationX) in <lambda>()
|
D | FingerprintPropertyInteractor.kt | 101 naturalCenterX = unscaledSensorLocation.sensorLocationX, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/domain/interactor/ |
D | SideFpsSensorInteractorTest.kt | 331 sensorLocationX = 500, in <lambda>() 358 sensorLocationX = 500, in <lambda>() 385 sensorLocationX = 500, in <lambda>() 412 sensorLocationX = 500, in <lambda>() 442 sensorLocationX: Int = 0, in <lambda>() 450 x = sensorLocationX, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/ |
D | FingerprintRepositoryImplTest.kt | 137 assertThat(sensorLocationX).isEqualTo(100) in initializeProperties() 144 assertThat(sensorLocationX).isEqualTo(540) in initializeProperties()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
D | SideFpsOverlayViewModelTest.kt | 216 assertThat(overlayViewParams!!.x).isEqualTo(sensorLocation.sensorLocationX) in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor() 224 displayHeight - sensorLocation.sensorLocationX - sensorLocation.sensorRadius * 2 in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor() 231 displayWidth - sensorLocation.sensorLocationX - sensorLocation.sensorRadius * 2 in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor() 238 assertThat(overlayViewParams!!.y).isEqualTo(sensorLocation.sensorLocationX) in updatesOverlayViewParams_onDisplayRotationChange_xAlignedSensor()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | Sensor.java | 230 location.sensorLocationX,
|