mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
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:
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 |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user