replicant-frameworks_native/libs/ui/tests
Jeff Brown db360642ed Improve support for external keyboards.
Use Vendor ID, Product ID and optionally the Version to
locate keymaps and configuration files for external devices.

Moved virtual key definition parsing to native code so that
EventHub can identify touch screens with virtual keys and load
the appropriate key layout file.

Cleaned up a lot of old code in EventHub.

Fixed a regression in ViewRoot's fallback event handling.

Fixed a minor bug in FileMap that caused it to try to munmap
or close invalid handled when released if the attempt to map
the file failed.

Added a couple of new String8 conveniences for formatting strings.

Modified Tokenizer to fall back to open+read when mmap fails since
we can't mmap sysfs files as needed to open the virtual key
definition files in /sys/board_properties/.

Change-Id: I6ca5e5f9547619fd082ddac47e87ce185da69ee6
2010-12-02 16:01:32 -08:00
..
region Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
Android.mk Add unit tests for native input and fix bugs identified. 2010-10-23 03:52:57 -07:00
InputChannel_test.cpp Even more native input dispatch work in progress. 2010-06-17 13:27:16 -07:00
InputDispatcher_test.cpp Ensure the ShortcutManager uses the correct key character map. 2010-11-30 18:50:17 -08:00
InputPublisherAndConsumer_test.cpp Tell system server whether the app handled input events. 2010-11-08 12:49:43 -08:00
InputReader_test.cpp Improve support for external keyboards. 2010-12-02 16:01:32 -08:00