File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments