Remove unused dimen auth_ripple_alpha_in_duration

Bug: 274785453
Test: device builds
Change-Id: Ic6686d9508b6082e704caf1e360ae6d4bb8d72e7
This commit is contained in:
Beverly 2023-03-22 18:20:49 +00:00
parent 58ee8ded05
commit 7099d94793
2 changed files with 0 additions and 6 deletions

View file

@ -50,9 +50,6 @@
<!-- 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">54px</dimen> <dimen name="lock_icon_padding">54px</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>
<!-- Offset should not be more than 1mm --> <!-- Offset should not be more than 1mm -->
<dimen name="udfps_burn_in_offset_y">16px</dimen> <dimen name="udfps_burn_in_offset_y">16px</dimen>
</resources> </resources>

View file

@ -59,8 +59,5 @@
<!-- 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">68px</dimen> <dimen name="lock_icon_padding">68px</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> </resources>