Home
last modified time | relevance | path

Searched refs:fpsLocation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt149 val fpsLocation = Point(5, 5) in testFingerprintTrigger_KeyguardShowing_Ripple() constant
150 `when`(authController.fingerprintSensorLocation).thenReturn(fpsLocation) in testFingerprintTrigger_KeyguardShowing_Ripple()
162 verify(rippleView).setFingerprintSensorLocation(fpsLocation, 0f) in testFingerprintTrigger_KeyguardShowing_Ripple()
169 val fpsLocation = Point(5, 5) in testFingerprintTrigger_KeyguardNotShowing_NoRipple() constant
170 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_KeyguardNotShowing_NoRipple()
191 val fpsLocation = Point(5, 5) in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple() constant
192 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple()
258 val fpsLocation = Point(5, 5) in testAnimatorRunWhenWakeAndUnlock_fingerprint() constant
259 `when`(authController.fingerprintSensorLocation).thenReturn(fpsLocation) in testAnimatorRunWhenWakeAndUnlock_fingerprint()
324 val fpsLocation = Point(5, 5) in testUdfps_onFingerDown_runningForDeviceEntry_showDwellRipple() constant
[all …]