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

Commit 20a240fc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide VIRTUAL_KEY_RELEASE constant." into oc-dr1-dev

parents 092e4612 ff1121a7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43935,7 +43935,6 @@ package android.view {
    field public static final int KEYBOARD_TAP = 3; // 0x3
    field public static final int LONG_PRESS = 0; // 0x0
    field public static final int VIRTUAL_KEY = 1; // 0x1
    field public static final int VIRTUAL_KEY_RELEASE = 7; // 0x7
  }
  public class InflateException extends java.lang.RuntimeException {
+0 −1
Original line number Diff line number Diff line
@@ -47474,7 +47474,6 @@ package android.view {
    field public static final int KEYBOARD_TAP = 3; // 0x3
    field public static final int LONG_PRESS = 0; // 0x0
    field public static final int VIRTUAL_KEY = 1; // 0x1
    field public static final int VIRTUAL_KEY_RELEASE = 7; // 0x7
  }
  public class InflateException extends java.lang.RuntimeException {
+0 −1
Original line number Diff line number Diff line
@@ -44329,7 +44329,6 @@ package android.view {
    field public static final int KEYBOARD_TAP = 3; // 0x3
    field public static final int LONG_PRESS = 0; // 0x0
    field public static final int VIRTUAL_KEY = 1; // 0x1
    field public static final int VIRTUAL_KEY_RELEASE = 7; // 0x7
  }
  public class InflateException extends java.lang.RuntimeException {
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ public class HapticFeedbackConstants {

    /**
     * The user has released a virtual or software keyboard key.
     * @hide
     */
    public static final int VIRTUAL_KEY_RELEASE = 7;