Skip to content

Commit

Permalink
Disable blur effect on e.g. power menu, as it's utterly slow.
Browse files Browse the repository at this point in the history
Change-Id: If1392196e2502b775ce1b7f2cad476642646ede7
  • Loading branch information
maniac103 committed Feb 20, 2012
1 parent c1818a5 commit 2589f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- 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. -->
<bool name="config_sf_slowBlur">false</bool>
<bool name="config_sf_slowBlur">true</bool>

<!-- The duration (in milliseconds) of a short animation. -->
<integer name="config_shortAnimTime">150</integer>
Expand Down

0 comments on commit 2589f22

Please sign in to comment.