Merge "Revert "caimito/haptics: Remove voltage restriction for haptics"" into main

This commit is contained in:
Treehugger Robot 2024-12-05 22:15:02 +00:00 committed by Android (Google) Code Review
commit e1f8356b42
3 changed files with 9 additions and 0 deletions

View file

@ -174,6 +174,9 @@
<integer name="config_stableDeviceDisplayWidth">1280</integer>
<integer name="config_stableDeviceDisplayHeight">2856</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- Align to camera cutout's height. -->
<dimen name="status_bar_height_portrait">68dp</dimen>
<!-- Since @dimen/status_bar_height_portrait is modified in overlay, need to restore its value

View file

@ -174,6 +174,9 @@
<integer name="config_stableDeviceDisplayWidth">1344</integer>
<integer name="config_stableDeviceDisplayHeight">2992</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- Align to camera cutout's height. -->
<dimen name="status_bar_height_portrait">66dp</dimen>
<!-- Since @dimen/status_bar_height_portrait is modified in overlay, need to restore its value

View file

@ -174,6 +174,9 @@
<integer name="config_stableDeviceDisplayWidth">1080</integer>
<integer name="config_stableDeviceDisplayHeight">2424</integer>
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- Align to camera cutout's height. -->
<dimen name="status_bar_height_portrait">66dp</dimen>
<!-- Since @dimen/status_bar_height_portrait is modified in overlay, need to restore its value