Merge "Remove @hide for KEYCODE_SOFT_SLEEP."
This commit is contained in:
committed by
Android (Google) Code Review
commit
b64f05507f
@@ -35370,6 +35370,7 @@ package android.view {
|
||||
field public static final int KEYCODE_SLEEP = 223; // 0xdf
|
||||
field public static final int KEYCODE_SOFT_LEFT = 1; // 0x1
|
||||
field public static final int KEYCODE_SOFT_RIGHT = 2; // 0x2
|
||||
field public static final int KEYCODE_SOFT_SLEEP = 276; // 0x114
|
||||
field public static final int KEYCODE_SPACE = 62; // 0x3e
|
||||
field public static final int KEYCODE_STAR = 17; // 0x11
|
||||
field public static final int KEYCODE_STB_INPUT = 180; // 0xb4
|
||||
|
||||
@@ -37664,6 +37664,7 @@ package android.view {
|
||||
field public static final int KEYCODE_SLEEP = 223; // 0xdf
|
||||
field public static final int KEYCODE_SOFT_LEFT = 1; // 0x1
|
||||
field public static final int KEYCODE_SOFT_RIGHT = 2; // 0x2
|
||||
field public static final int KEYCODE_SOFT_SLEEP = 276; // 0x114
|
||||
field public static final int KEYCODE_SPACE = 62; // 0x3e
|
||||
field public static final int KEYCODE_STAR = 17; // 0x11
|
||||
field public static final int KEYCODE_STB_INPUT = 180; // 0xb4
|
||||
|
||||
@@ -788,8 +788,7 @@ public class KeyEvent extends InputEvent implements Parcelable {
|
||||
/** Key code constant: Step backward media key.
|
||||
* Steps media backward, one frame at a time. */
|
||||
public static final int KEYCODE_MEDIA_STEP_BACKWARD = 275;
|
||||
/** Key code constant: put device to sleep unless a wakelock is held.
|
||||
* @hide */
|
||||
/** Key code constant: put device to sleep unless a wakelock is held. */
|
||||
public static final int KEYCODE_SOFT_SLEEP = 276;
|
||||
|
||||
private static final int LAST_KEYCODE = KEYCODE_SOFT_SLEEP;
|
||||
|
||||
Reference in New Issue
Block a user