Skip to content

Commit 754682e

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix the build."
2 parents 583fcb9 + 43e8eb1 commit 754682e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/current.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10786,8 +10786,8 @@ package android.media {
1078610786

1078710787
public class MediaActionSound {
1078810788
ctor public MediaActionSound();
10789-
method public void load(int);
10790-
method public void play(int);
10789+
method public synchronized void load(int);
10790+
method public synchronized void play(int);
1079110791
method public void release();
1079210792
field public static final int FOCUS_COMPLETE = 1; // 0x1
1079310793
field public static final int SHUTTER_CLICK = 0; // 0x0
@@ -23584,7 +23584,7 @@ package android.view {
2358423584
field public static final android.util.Property ROTATION_Y;
2358523585
field public static final android.util.Property SCALE_X;
2358623586
field public static final android.util.Property SCALE_Y;
23587-
field public static final int SCREEN_STATE_OFF = 2; // 0x2
23587+
field public static final int SCREEN_STATE_OFF = 0; // 0x0
2358823588
field public static final int SCREEN_STATE_ON = 1; // 0x1
2358923589
field public static final int SCROLLBARS_INSIDE_INSET = 16777216; // 0x1000000
2359023590
field public static final int SCROLLBARS_INSIDE_OVERLAY = 0; // 0x0

0 commit comments

Comments
 (0)