Set audio haptic channel amplitude limit am: 661e6c8c17

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/19097827

Change-Id: Ic88c4f0045c2a58b7fbce216c58c4c12d67a6a44
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Tai Kuo 2022-07-04 01:55:37 +00:00 committed by Automerger Merge Worker
commit fb10835b65
2 changed files with 6 additions and 0 deletions

View file

@ -185,6 +185,9 @@
refresh rate equates to a 25 ms delay. --> refresh rate equates to a 25 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">25</integer> <integer name="config_udfps_illumination_transition_ms">25</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- the number of the max cached processes in the system. --> <!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer> <integer name="config_customizedMaxCachedProcesses">64</integer>

View file

@ -207,6 +207,9 @@
refresh rate equates to a 34 ms delay. --> refresh rate equates to a 34 ms delay. -->
<integer name="config_udfps_illumination_transition_ms">34</integer> <integer name="config_udfps_illumination_transition_ms">34</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- the number of the max cached processes in the system. --> <!-- the number of the max cached processes in the system. -->
<integer name="config_customizedMaxCachedProcesses">64</integer> <integer name="config_customizedMaxCachedProcesses">64</integer>