Update udfps burn in vertical translation

So that the mm conversion is less than 1.

Also update missing config auth_ripple_alpha_in_duration
which should have been migrated to be 0 since the device
supports UDFPS.

Test: manual
Bug: 237311757
Change-Id: Ia0ba3145250ea16e58803651d77471f9c701b444
This commit is contained in:
Beverly 2022-07-19 19:53:55 +00:00 committed by Beverly Tai
parent 8d3533f9d2
commit ea44163534

View file

@ -48,5 +48,12 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">48px</dimen>
</resources>
<!-- Alpha in duration in ms for the auth ripple to become fully vislble.
If set to 0, it is immediately visible, which is desired for devices supporting UDFPS. -->
<integer name="auth_ripple_alpha_in_duration">0</integer>
<!-- Movement should not be more than 1mm -->
<dimen name="udfps_burn_in_offset_y">16px</dimen>
</resources>