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:
parent
d13f5cdbc9
commit
340447cf4d
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue