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

Commit b64f0550 authored by Nick Armstrong-Crews's avatar Nick Armstrong-Crews Committed by Android (Google) Code Review
Browse files

Merge "Remove @hide for KEYCODE_SOFT_SLEEP."

parents 05cc71dc 3a5a8c74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -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;