replicant-frameworks_native/include
Jeff Brown 37159af66d Add input filter mechanism for accessibility.
This patch adds a mechanism for capturing, filtering, transforming
and injecting input events at a very low level before the input
dispatcher attempts to deliver them to applications.  At this time,
the mechanism is only intended to be used by the accessibility
system to implement built-in system-level accessibility affordances.

The accessibility input filter is currently just a stub.
It logs the input events receives and reinjects them unchanged,
except that it transforms KEYCODE_Q into KEYCODE_Z.

Currently, the accessibility input filter is installed whenever
accessibility is enabled.  We'll probably want to change that
so it only enables the input filter when a screen reader is
installed and we want touch exploration.

Change-Id: I35764fdf75522b69d09ebd78c9766eb7593c1afe
2011-03-30 16:55:15 -07:00
..
binder Binder linkage no longer depends on JNI objrefs as persistent tokens 2011-02-28 11:37:20 -08:00
gui Add support for timestamps into SurfaceTexture. 2011-03-17 13:10:03 -07:00
pim
private Add support for up to 32 buffers per Surface 2011-03-01 14:09:06 -08:00
surfaceflinger Add support for timestamps into SurfaceTexture. 2011-03-17 13:10:03 -07:00
tts Update TTS plugin interface to receive engine configuration data 2010-03-18 11:52:41 -07:00
ui Add input filter mechanism for accessibility. 2011-03-30 16:55:15 -07:00
utils Merge "Refactor how timeouts are calculated." 2011-03-17 20:16:42 -07:00