mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
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:
parent
f4ad1a09bc
commit
7a13d4a0dd
1 changed files with 6 additions and 0 deletions
|
@ -44,4 +44,10 @@
|
||||||
<!-- Should the pinner service pin the Home application? -->
|
<!-- Should the pinner service pin the Home application? -->
|
||||||
<bool name="config_pinnerHomeApp">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue