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

Commit 1fc18056 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix constants to be unique"

parents 195306cd c553fea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ public abstract class DisplayList {
     * 
     * @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.