Update udfps burn in vertical translation am: ea44163534

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/19429533

Change-Id: I0d485a4e9a9d7102b726b70140d20584807404ff
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Beverly 2022-07-26 23:13:11 +00:00 committed by Automerger Merge Worker
commit 54dd7751f6

View file

@ -48,5 +48,12 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. --> <!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">48px</dimen> <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>