Merge changes I1da41bb5,I6375b501 into main

* changes:
  display: cm4: set stable width and height
  display: km4: set stable width and height
This commit is contained in:
Jeremy DeHaan 2023-09-06 20:25:11 +00:00 committed by Android (Google) Code Review
commit d6acee0c06
2 changed files with 12 additions and 0 deletions

View file

@ -248,6 +248,12 @@
<item>283</item> <item>283</item>
</integer-array> </integer-array>
<!-- The stable device width and height in pixels. If these aren't set to a positive number
then the device will use the width and height of the default display the first time it's
booted. -->
<integer name="config_stableDeviceDisplayWidth">1280</integer>
<integer name="config_stableDeviceDisplayHeight">2856</integer>
<!-- The max vibration strength allowed in audio haptic channels. --> <!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item> <item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
</resources> </resources>

View file

@ -248,6 +248,12 @@
<item>283</item> <item>283</item>
</integer-array> </integer-array>
<!-- The stable device width and height in pixels. If these aren't set to a positive number
then the device will use the width and height of the default display the first time it's
booted. -->
<integer name="config_stableDeviceDisplayWidth">1344</integer>
<integer name="config_stableDeviceDisplayHeight">2992</integer>
<!-- The max vibration strength allowed in audio haptic channels. --> <!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item> <item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
</resources> </resources>