Merge "Hide VIRTUAL_KEY_RELEASE constant." into oc-dr1-dev
am: 20a240fc5d
Change-Id: Ied28ed4e4ae56aca9ac315f0963a027710960286
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user