summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2015-05-14 19:28:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-14 19:28:18 +0000
commitc01f5d2e1989a502d58359f2f0c9812831160107 (patch)
treed924f14d55e903f7ebb2b9613958e97133fbfa77 /include/android
parent9897516aba469689ca8b1e9e7de7671bcaeb2fac (diff)
parentc921ce268155e8e1d75bd423514bb5a3ee363440 (diff)
downloadframeworks_native-c01f5d2e1989a502d58359f2f0c9812831160107.zip
frameworks_native-c01f5d2e1989a502d58359f2f0c9812831160107.tar.gz
frameworks_native-c01f5d2e1989a502d58359f2f0c9812831160107.tar.bz2
am c921ce26: Merge "Revert "Add new MotionEvent actions for button press and release."" into mnc-dev
* commit 'c921ce268155e8e1d75bd423514bb5a3ee363440': Revert "Add new MotionEvent actions for button press and release."
Diffstat (limited to 'include/android')
-rw-r--r--include/android/input.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/android/input.h b/include/android/input.h
index 7b76539..b11af84 100644
--- a/include/android/input.h
+++ b/include/android/input.h
@@ -336,12 +336,6 @@ enum {
/** The pointer is not down but has exited the boundaries of a window or view. */
AMOTION_EVENT_ACTION_HOVER_EXIT = 10,
-
- /* One or more buttons have been pressed. */
- AMOTION_EVENT_ACTION_BUTTON_PRESS = 11,
-
- /* One or more buttons have been released. */
- AMOTION_EVENT_ACTION_BUTTON_RELEASE = 12,
};
/**
@@ -743,8 +737,6 @@ enum {
AMOTION_EVENT_BUTTON_BACK = 1 << 3,
/** forward */
AMOTION_EVENT_BUTTON_FORWARD = 1 << 4,
- AMOTION_EVENT_BUTTON_STYLUS_PRIMARY = 1 << 5,
- AMOTION_EVENT_BUTTON_STYLUS_SECONDARY = 1 << 6,
};
/**