summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-10-07 17:45:14 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-07 17:45:14 -0700
commitd78fbdddea1e0cbecfd0f209c09b6dd4ef56e7d4 (patch)
tree2533588852c8e621e958ac8a50cffd6a8385cd88 /core/res
parent18fc0120f59f179ab13adf9e122371f32f65a12c (diff)
parent568cae571a3d74d1992176a21722e07b44e9a3c4 (diff)
downloadframeworks_base-d78fbdddea1e0cbecfd0f209c09b6dd4ef56e7d4.zip
frameworks_base-d78fbdddea1e0cbecfd0f209c09b6dd4ef56e7d4.tar.gz
frameworks_base-d78fbdddea1e0cbecfd0f209c09b6dd4ef56e7d4.tar.bz2
am 568cae57: Fix issue #2171460: Turn off background blurring of power dialog
Merge commit '568cae571a3d74d1992176a21722e07b44e9a3c4' into eclair-mr2 * commit '568cae571a3d74d1992176a21722e07b44e9a3c4': Fix issue #2171460: Turn off background blurring of power dialog
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 9f4af83..9040edb 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -26,6 +26,11 @@
strictly needed. -->
<bool name="config_sf_limitedAlpha">false</bool>
+ <!-- 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>
+
<!-- The duration (in milliseconds) of a short animation. -->
<integer name="config_shortAnimTime">150</integer>