Skip to content

Commit 1fc1805

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix constants to be unique"
2 parents 195306c + c553fea commit 1fc1805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/DisplayList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract class DisplayList {
4949
*
5050
* @see HardwareCanvas#drawDisplayList(DisplayList, int, int, android.graphics.Rect, int)
5151
*/
52-
public static final int STATUS_DRAW = 0x2;
52+
public static final int STATUS_DRAW = 0x1;
5353

5454
/**
5555
* Indicates that the display list needs to re-execute its GL functors.

0 commit comments

Comments
 (0)