mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: overlay: Disable alpha compositing in WM
* Completely eliminates occasional jank in few animations Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
650362d320
commit
0265abd50e
|
@ -354,4 +354,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 surfaceflinger 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