HbmManager: Configure compensation_filter_horizon to 3500

Current user study suggested that we increase the response time and also
the threshold for the compensation images. The patch increases the
filter horizon to 3500 and changes the first level to 15k lux.

Bug: 161650321
Test: User study
Change-Id: I00b5a659798550ef8c2788b45ed9d400aa22b6ad
This commit is contained in:
Yichi Chen 2020-07-20 10:32:39 +08:00
parent 10cebb86c3
commit 5e56e985f6
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>