Update pixel pitch of devices

Bug: 319894241
Flag: ACONFIG com.android.systemui.device_entry_udfps_refactor DEVELOPMENT
Test: manual
Change-Id: I199105fe8a7951232fc1533419fadfc7e6b4a5d0
This commit is contained in:
Beverly 2024-01-12 20:15:56 +00:00 committed by Beverly Tai
parent 484be57f34
commit 36c1aaa970
2 changed files with 6 additions and 0 deletions

View file

@ -28,4 +28,7 @@
<dimen name="lock_icon_padding">57px</dimen>
<dimen name="udfps_burn_in_offset_y">19px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">51.9</item>
</resources>

View file

@ -30,4 +30,7 @@
<!-- Offset should not be more than 1mm -->
<dimen name="udfps_burn_in_offset_x">6px</dimen>
<dimen name="udfps_burn_in_offset_y">17px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">59.5</item>
</resources>