Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5d77a6a authored by Chet Haase's avatar Chet Haase Committed by The Android Automerger
Browse files

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
parent bef6fde1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1459,7 +1459,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal
     * apps.
     * @hide
     */
    public static final boolean USE_DISPLAY_LIST_PROPERTIES = true;
    public static final boolean USE_DISPLAY_LIST_PROPERTIES = false;
    /**
     * Map used to store views' tags.
+1 −1
Original line number Diff line number Diff line
@@ -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