replicant-frameworks_native/services/inputflinger
Jeff Brown c9aa628d06 Cancel touch events when a low-level touch gesture occurs.
When the touch firmware or driver sends a key event that is triggered
by a low-level gesture such as a palm slap.  For this to work, the
touch device's .kl file must specify the "GESTURE" flag for each
key that is produced by a gesture.

Note that the "VIRTUAL" flag should also be specified for any such
keys for which we would like to generate haptic feedback.

eg. key 142   SLEEP   VIRTUAL GESTURE

Bug: 19264992
Change-Id: Ief494ec7e3ca66d2358a1001fdfae4f263ee1cd1
2015-02-12 11:27:24 -08:00
..
tests
Android.mk Shelve InputFlinger for another release. DO NOT MERGE 2014-08-18 10:17:18 -07:00
EventHub.cpp Use openssl's SHA1 instead of bionic's. 2014-06-20 11:34:29 -07:00
EventHub.h
InputApplication.cpp
InputApplication.h
InputDispatcher.cpp Stop consuming input on error dialogs. 2014-11-11 14:05:03 -08:00
InputDispatcher.h Improve ANR diagnostics. 2014-10-10 19:09:39 -07:00
InputListener.cpp
InputListener.h
InputManager.cpp
InputManager.h
InputReader.cpp Cancel touch events when a low-level touch gesture occurs. 2015-02-12 11:27:24 -08:00
InputReader.h Cancel touch events when a low-level touch gesture occurs. 2015-02-12 11:27:24 -08:00
InputWindow.cpp Add TYPE_MAGNIFICATION_OVERLAY to isTrustedOverlay 2014-04-23 13:51:20 -07:00
InputWindow.h Stop consuming input on error dialogs. 2014-11-11 14:05:03 -08:00
PointerControllerInterface.h