diff options
author | Chet Haase <chet@google.com> | 2012-03-29 09:42:34 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2012-03-29 09:42:34 -0700 |
commit | 76240dafe8654cc3b858241e76618e5b2db5451c (patch) | |
tree | 940bdac8b8de930b1cd811ff96c590b894af6c6c /libs | |
parent | ee9da04edc5adb8fdcce489ecd09eb67fc2c295e (diff) | |
download | frameworks_base-76240dafe8654cc3b858241e76618e5b2db5451c.zip frameworks_base-76240dafe8654cc3b858241e76618e5b2db5451c.tar.gz frameworks_base-76240dafe8654cc3b858241e76618e5b2db5451c.tar.bz2 |
Disable DisplayList properties pending fixes for AlphaAnimation
The new DisplayList properties design has ordering conflicts with the
way that alpha works with old animations (AlphaAnimation). This CL
disables DiksplayList properties while I'm working on a fix and some
more thorough tests for old animations-vs-DL properties in general.
Change-Id: I8f6893138f939171491c2ec3c889214ee55d17b7
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwui/DisplayListRenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DisplayListRenderer.h b/libs/hwui/DisplayListRenderer.h index 4a9886b..fff1d7c 100644 --- a/libs/hwui/DisplayListRenderer.h +++ b/libs/hwui/DisplayListRenderer.h @@ -51,7 +51,7 @@ namespace uirenderer { // Set to 1 to enable native processing of View properties. 0 by default. Eventually this // will go away and we will always use this approach for accelerated apps. -#define USE_DISPLAY_LIST_PROPERTIES 1 +#define USE_DISPLAY_LIST_PROPERTIES 0 #define TRANSLATION 0x0001 #define ROTATION 0x0002 |