Merge "HbmManager: Configure compensation_filter_horizon to 3500" into rvc-d1-dev

This commit is contained in:
TreeHugger Robot
2020-08-07 06:04:12 +00:00
committed by Android (Google) Code Review
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -19,16 +19,16 @@
<resources>
<array name="config_compensation_thresholds">
<item> 7000.0</item>
<item>15000.0</item>
<item>30000.0</item>
<item>50000.0</item>
</array>
<array name="config_compensation_images">
<item>@drawable/r3_compensation_image_7k</item>
<item>@drawable/r3_compensation_image_15k</item>
<item>@drawable/r3_compensation_image_30k</item>
<item>@drawable/r3_compensation_image_50k</item>
</array>
<integer name="config_compensation_filter_horizon">4000</integer>
<integer name="config_compensation_filter_horizon">3500</integer>
</resources>