Update pixel pitch of devices

Bug: 319894241
Flag: ACONFIG com.android.systemui.device_entry_udfps_refactor DEVELOPMENT
Test: manual
Change-Id: I4103c0795d0df072bb2d5d13aaf7425664f73fc7
This commit is contained in:
Beverly
2024-01-12 20:01:50 +00:00
committed by Beverly Tai
parent 9518538ee9
commit 215acdae3f
2 changed files with 6 additions and 0 deletions

View File

@@ -44,5 +44,8 @@
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">60px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">49.6</item>
</resources>

View File

@@ -51,5 +51,8 @@
<!-- Movement should not be more than 1mm -->
<dimen name="udfps_burn_in_offset_y">16px</dimen>
<!-- Pixel pitch of the device. um/px -->
<item name="pixel_pitch" format="float" type="dimen">61.0</item>
</resources>