msm8226-common: overlay: disable alpha compositing in Window Manager

- best to keep this disabled for old low/mid-range gpus
This commit is contained in:
Daniel Jacob Chittoor 2020-04-09 11:32:02 +05:30
parent f4ad1a09bc
commit 7a13d4a0dd

View file

@ -44,4 +44,10 @@
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- Flag indicating whether the surface flinger has limited
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
<bool name="config_sf_limitedAlpha">true</bool>
</resources>