/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/udfps/ |
H A D | UdfpsUtilsTest.java | 61 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation() 68 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation() 75 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation() 82 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation() 95 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation90Degrees() 102 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation90Degrees() 109 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation90Degrees() 116 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation90Degrees() 129 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation270Degrees() 136 new UdfpsOverlayParams(new Rect(), new Rect(), 0, 0, 1f, rotation) in testTouchOutsideAreaNoRotation270Degrees() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/ |
H A D | UdfpsOverlayInteractor.kt | 21 import com.android.settingslib.udfps.UdfpsOverlayParams 49 val udfpsOverlayParams: StateFlow<UdfpsOverlayParams> = 54 udfpsOverlayParams: UdfpsOverlayParams 66 .stateIn(scope, started = SharingStarted.Eagerly, initialValue = UdfpsOverlayParams())
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
H A D | TouchProcessor.kt | 20 import com.android.settingslib.udfps.UdfpsOverlayParams 45 overlayParams: UdfpsOverlayParams,
|
H A D | SinglePointerTouchProcessor.kt | 24 import com.android.settingslib.udfps.UdfpsOverlayParams 42 overlayParams: UdfpsOverlayParams, 138 overlayParams: UdfpsOverlayParams 172 overlayParams: UdfpsOverlayParams
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/ |
H A D | UdfpsUtils.java | 64 UdfpsOverlayParams udfpsOverlayParams) { in getTouchInNativeCoordinates() 81 UdfpsOverlayParams udfpsOverlayParams) { in isWithinSensorArea() 93 int scaledTouchX, int scaledTouchY, UdfpsOverlayParams udfpsOverlayParams) { in onTouchOutsideOfSensorArea() 167 UdfpsOverlayParams udfpsOverlayParams) { in getPortraitTouch()
|
H A D | UdfpsOverlayParams.kt | 27 data class UdfpsOverlayParams( dataClass
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/ |
H A D | UdfpsOverlayInteractorTest.kt | 23 import com.android.settingslib.udfps.UdfpsOverlayParams 56 @Mock private lateinit var udfpsOverlayParams: UdfpsOverlayParams 113 UdfpsOverlayParams(Rect(0, 0, 10, 10), Rect(0, 0, 10, 10), 1, 1, 1f, Surface.ROTATION_0)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsView.kt | 29 import com.android.settingslib.udfps.UdfpsOverlayParams 68 var overlayParams = UdfpsOverlayParams()
|
H A D | UdfpsControllerOverlay.kt | 49 import com.android.settingslib.udfps.UdfpsOverlayParams 121 private var overlayParams: UdfpsOverlayParams = UdfpsOverlayParams() 173 fun show(controller: UdfpsController, params: UdfpsOverlayParams): Boolean {
|
H A D | AuthRippleController.kt | 32 import com.android.settingslib.udfps.UdfpsOverlayParams 345 override fun onUdfpsLocationChanged(udfpsOverlayParams: UdfpsOverlayParams) {
|
H A D | AuthController.java | 70 import com.android.settingslib.udfps.UdfpsOverlayParams; 160 @Nullable private UdfpsOverlayParams mUdfpsOverlayParams; 847 final UdfpsOverlayParams previousUdfpsOverlayParams = mUdfpsOverlayParams; in updateUdfpsLocation() 858 mUdfpsOverlayParams = new UdfpsOverlayParams( in updateUdfpsLocation() 1424 default void onUdfpsLocationChanged(UdfpsOverlayParams udfpsOverlayParams) {} in onUdfpsLocationChanged()
|
H A D | UdfpsController.java | 70 import com.android.settingslib.udfps.UdfpsOverlayParams; 187 @VisibleForTesting @NonNull UdfpsOverlayParams mOverlayParams = new UdfpsOverlayParams(); 374 @NonNull UdfpsOverlayParams overlayParams) { in updateOverlayParams()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlayTest.kt | 40 import com.android.settingslib.udfps.UdfpsOverlayParams 127 private var overlayParams: UdfpsOverlayParams = UdfpsOverlayParams() 177 overlayParams = UdfpsOverlayParams(
|
H A D | UdfpsViewTest.kt | 28 import com.android.settingslib.udfps.UdfpsOverlayParams 74 view.overlayParams = UdfpsOverlayParams(sensorBounds, sensorBounds, 1920,
|
H A D | UdfpsControllerTest.java | 80 import com.android.settingslib.udfps.UdfpsOverlayParams; 337 mUdfpsController.updateOverlayParams(sensorProps, new UdfpsOverlayParams()); in initUdfpsController() 486 final UdfpsOverlayParams oldParams = new UdfpsOverlayParams(sensorBounds[0], in updateOverlayParams_recreatesOverlay_ifParamsChanged() 494 final UdfpsOverlayParams newParams = new UdfpsOverlayParams( in updateOverlayParams_recreatesOverlay_ifParamsChanged() 539 new UdfpsOverlayParams(sensorBounds, sensorBounds, displayWidth, displayHeight, in updateOverlayParams_doesNothing_ifParamsDidntChange() 550 new UdfpsOverlayParams(sensorBounds, sensorBounds, displayWidth, displayHeight, in updateOverlayParams_doesNothing_ifParamsDidntChange() 627 new UdfpsOverlayParams(sensorBounds, sensorBounds, displayWidth, displayHeight, in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 651 new UdfpsOverlayParams(sensorBounds, sensorBounds, displayWidth, displayHeight, in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 674 new UdfpsOverlayParams(sensorBounds, sensorBounds, displayWidth, displayHeight, in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 697 new UdfpsOverlayParams(sensorBounds, sensorBounds, displayWidth, displayHeight, in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
H A D | SinglePointerTouchProcessorTest.kt | 26 import com.android.settingslib.udfps.UdfpsOverlayParams 62 val overlayParams: UdfpsOverlayParams, 543 fun toOverlayParams(scaleFactor: Float): UdfpsOverlayParams = 544 UdfpsOverlayParams(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | LockIconViewControllerTest.java | 43 import com.android.settingslib.udfps.UdfpsOverlayParams; 116 mAuthControllerCallback.onUdfpsLocationChanged(new UdfpsOverlayParams()); in testUpdateLockIconLocationOnUdfpsLocationChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconViewController.java | 56 import com.android.settingslib.udfps.UdfpsOverlayParams; 795 public void onUdfpsLocationChanged(UdfpsOverlayParams udfpsOverlayParams) {
|