display: cm4: set stable width and height

Bug: 286063526
Change-Id: I1da41bb5f6d3abc957e4667fba68e91a3f8b321d
Signed-off-by: Jeremy DeHaan <jdehaan@google.com>
This commit is contained in:
Jeremy DeHaan 2023-09-05 15:46:16 -07:00
parent 2c69ea7ba2
commit 1141b0d68f

View file

@ -248,6 +248,12 @@
<item>283</item>
</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. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
</resources>