mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-25 05:32:44 +00:00
sensorlocationX is calculated as width/2 sensorlocationY is calculated as (height - persist.vendor.fingerprint.optical.iconlocation) ie (3216 - 753 = 2463) sensorRadius is calculated as persist.vendor.fingerprint.optical.iconsize/2 ie (228/2 = 114) config_udfpsEnrollProgressBar is calculated as sensorRadius+5 Change-Id: If6556437abc7c760a45bd3f73f34e38f5d9bb3f2
12 lines
309 B
XML
12 lines
309 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2023 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- The radius of the enrollment progress bar, in dp -->
|
|
<integer name="config_udfpsEnrollProgressBar" translatable="false">119</integer>
|
|
|
|
</resources>
|