sdm660-common: overlay: Disable slow blur effect to avoid laggish blur effect

Signed-off-by: Sarthak <sarthakroy2002@gmail.com>
Change-Id: I5c200565632371f4e34bebd6318c32ea77ac965e
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
Signed-off-by: rk134 <rahul-k@bigdi.cc>
Signed-off-by: OmarAlCoptan <omarcoptan9@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
pkm774 2021-05-09 20:55:09 +05:30 committed by pix106
parent d13f5cdbc9
commit 340447cf4d

View file

@ -1154,4 +1154,11 @@
1: 2 button mode (back, home buttons + swipe up for overview)
2: gestures only for back, home and overview -->
<integer name="config_navBarInteractionMode">2</integer>
<!-- Flag indicating whether the surface flinger is inefficient
at performing a blur. Used by parts of the UI to turn off
the blur effect where it isn't worth the performance hit.
As of Honeycomb, blurring is not supported anymore. -->
<bool name="config_sf_slowBlur">false</bool>
</resources>