Loading core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading libs/hwui/DisplayListRenderer.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/view/View.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
libs/hwui/DisplayListRenderer.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading