diff options
Diffstat (limited to 'include/androidfw/Input.h')
-rw-r--r-- | include/androidfw/Input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/androidfw/Input.h b/include/androidfw/Input.h index e88835e8a523..37ab279709bf 100644 --- a/include/androidfw/Input.h +++ b/include/androidfw/Input.h @@ -36,6 +36,9 @@ class SkMatrix; * Additional private constants not defined in ndk/ui/input.h. */ enum { + /* Signifies that the key is being predispatched */ + AKEY_EVENT_FLAG_PREDISPATCH = 0x20000000, + /* Private control to determine when an app is tracking a key sequence. */ AKEY_EVENT_FLAG_START_TRACKING = 0x40000000, |