Merge "Modify maxGamma value of short-term model" into udc-dev am: f178ab29cf am: 0c4b6e5500

Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22323943

Change-Id: I981fa043ef19e97148fe26034e99cbe7ce37b69d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Sianyi Huang 2023-03-31 09:47:32 +00:00 committed by Automerger Merge Worker
commit f3db6bd0fb
2 changed files with 8 additions and 0 deletions

View file

@ -283,4 +283,8 @@
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
</resources>

View file

@ -282,4 +282,8 @@
<!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- The maximum range of gamma adjustment possible using the screen
auto-brightness adjustment setting. -->
<fraction name="config_autoBrightnessAdjustmentMaxGamma">105%</fraction>
</resources>