diff options
author | Mathias Agopian <> | 2009-03-27 15:40:01 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-27 15:40:01 -0700 |
commit | a43b482c5415c0bdeb3ac47441e966ee1f071365 (patch) | |
tree | 8ffe33d3f9b0726a680d664d86660096ab115b24 | |
parent | 5e12d7ec70472659623d2e4552a670d8877f2423 (diff) | |
download | bionic-a43b482c5415c0bdeb3ac47441e966ee1f071365.zip bionic-a43b482c5415c0bdeb3ac47441e966ee1f071365.tar.gz bionic-a43b482c5415c0bdeb3ac47441e966ee1f071365.tar.bz2 |
AI 143161: am: CL 142857 Add some bluring to the animation. This requires a new kernel which will be checked-in later, at which point the blur effect will automatically be enabled.
Original author: mathias
Merged from: //branches/cupcake/...
Automated import of CL 143161
-rw-r--r-- | libc/kernel/common/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/msm_mdp.h b/libc/kernel/common/linux/msm_mdp.h index d10ed43..43fdac3 100644 --- a/libc/kernel/common/linux/msm_mdp.h +++ b/libc/kernel/common/linux/msm_mdp.h @@ -45,6 +45,7 @@ enum { #define MDP_ROT_180 (MDP_FLIP_UD|MDP_FLIP_LR) #define MDP_ROT_270 (MDP_ROT_90|MDP_FLIP_UD|MDP_FLIP_LR) #define MDP_DITHER 0x8 +#define MDP_BLUR 0x10 #define MDP_TRANSP_NOP 0xffffffff #define MDP_ALPHA_NOP 0xff |