Remove unused dimen auth_ripple_alpha_in_duration am: 22b6dc88e3

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

Change-Id: Ibeccac7da5b43d8f04d70a4ae2375d0c3e53eaee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Beverly 2023-03-23 17:48:42 +00:00 committed by Automerger Merge Worker
commit a4e2455812
2 changed files with 0 additions and 7 deletions

View file

@ -44,8 +44,5 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">60px</dimen>
<!-- Alpha in duration in ms for the auth ripple to become fully vislble. If set to 0, it is immediately visible. -->
<integer name="auth_ripple_alpha_in_duration">0</integer>
</resources>

View file

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