Loading core/java/android/view/DisplayList.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ public abstract class DisplayList { * * * @see HardwareCanvas#drawDisplayList(DisplayList, int, int, android.graphics.Rect, int) * @see HardwareCanvas#drawDisplayList(DisplayList, int, int, android.graphics.Rect, int) */ */ public static final int STATUS_DRAW = 0x2; public static final int STATUS_DRAW = 0x1; /** /** * Indicates that the display list needs to re-execute its GL functors. * Indicates that the display list needs to re-execute its GL functors. Loading Loading
core/java/android/view/DisplayList.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -49,7 +49,7 @@ public abstract class DisplayList { * * * @see HardwareCanvas#drawDisplayList(DisplayList, int, int, android.graphics.Rect, int) * @see HardwareCanvas#drawDisplayList(DisplayList, int, int, android.graphics.Rect, int) */ */ public static final int STATUS_DRAW = 0x2; public static final int STATUS_DRAW = 0x1; /** /** * Indicates that the display list needs to re-execute its GL functors. * Indicates that the display list needs to re-execute its GL functors. Loading