Merge "Revert "caimito/haptics: Remove voltage restriction for haptics"" into main
This commit is contained in:
commit
e1f8356b42
3 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue