HbmManager: Reduce compensation because of LBE interaction effect
To reduce LBE interaction effect and to prevent over compensation, the patch reduces the compensation with lower alpha value in the images and removes the compensation image for over 50K level. Bug: 151886711 Test: user study Change-Id: I0a1978c1a053c47368e02ed0db3ea3fe78f081b1
This commit is contained in:
parent
7ff67d42b5
commit
025e155c51
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
|
@ -21,13 +21,11 @@
|
|||
<array name="config_compensation_thresholds">
|
||||
<item>15000.0</item>
|
||||
<item>30000.0</item>
|
||||
<item>50000.0</item>
|
||||
</array>
|
||||
|
||||
<array name="config_compensation_images">
|
||||
<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">3500</integer>
|
||||
|
|
Loading…
Reference in New Issue