diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-10-07 17:45:14 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-07 17:45:14 -0700 |
commit | d78fbdddea1e0cbecfd0f209c09b6dd4ef56e7d4 (patch) | |
tree | 2533588852c8e621e958ac8a50cffd6a8385cd88 /core/res | |
parent | 18fc0120f59f179ab13adf9e122371f32f65a12c (diff) | |
parent | 568cae571a3d74d1992176a21722e07b44e9a3c4 (diff) | |
download | frameworks_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.xml | 5 |
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> |