c10p10: Add config_udfps_illumination_transition_ms am: cd8a034fd9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17076236 Change-Id: I00ac244d4829202e872a10a4ffa0dae6122a563f
This commit is contained in:
commit
fc85ea3775
2 changed files with 10 additions and 0 deletions
|
@ -158,6 +158,11 @@
|
|||
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
||||
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
||||
|
||||
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
|
||||
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 120 Hz screen
|
||||
refresh rate equates to a 25 ms delay. -->
|
||||
<integer name="config_udfps_illumination_transition_ms">25</integer>
|
||||
|
||||
<!-- the number of the max cached processes in the system. -->
|
||||
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
||||
|
||||
|
|
|
@ -157,6 +157,11 @@
|
|||
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
|
||||
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
|
||||
|
||||
<!-- How long it takes for the HW to start illuminating after the illumination is requested.
|
||||
It takes 3 frames to enable the Local High-Brightness Mode (LHBM), which at 90 Hz screen
|
||||
refresh rate equates to a 34 ms delay. -->
|
||||
<integer name="config_udfps_illumination_transition_ms">34</integer>
|
||||
|
||||
<!-- the number of the max cached processes in the system. -->
|
||||
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue