Searched refs:fpsLocation (Results 1 – 1 of 1) sorted by relevance
149 val fpsLocation = Point(5, 5) in testFingerprintTrigger_KeyguardShowing_Ripple() constant150 `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() constant170 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_KeyguardNotShowing_NoRipple()191 val fpsLocation = Point(5, 5) in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple() constant192 `when`(authController.udfpsLocation).thenReturn(fpsLocation) in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple()258 val fpsLocation = Point(5, 5) in testAnimatorRunWhenWakeAndUnlock_fingerprint() constant259 `when`(authController.fingerprintSensorLocation).thenReturn(fpsLocation) in testAnimatorRunWhenWakeAndUnlock_fingerprint()324 val fpsLocation = Point(5, 5) in testUdfps_onFingerDown_runningForDeviceEntry_showDwellRipple() constant[all …]