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

am: 20a240fc5d

Change-Id: Ied28ed4e4ae56aca9ac315f0963a027710960286
This commit is contained in:
Siarhei Vishniakou
2017-07-05 22:44:32 +00:00
committed by android-build-merger
4 changed files with 1 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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;