Modify maxGamma value of short-term model

Bug: 346699039
Test: dump display log
Flag: EXEMPT bugfix
Change-Id: I07f340f64917c0459ad97cc3baec1f72ede1da4a
This commit is contained in:
Cindy Chung 2024-07-29 10:21:18 +00:00
parent 4ff2224786
commit 5028f6e3f7

View file

@ -45,6 +45,10 @@
<!-- 140 nits: (140-2)/(1200-2)*(0.67-0.0)+0.0 = 0.077178631 -->
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.077178631</item>
<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
<!-- The default refresh rate. Pixel 6 manages this using the peak refresh rate setting, so set
this value to 0 so it has no effect. -->
<integer name="config_defaultRefreshRate">0</integer>