replicant-frameworks_native/libs/ui/tests
Jeff Brown cb203b228b Fix getSwitchState.
InputReader::getSwitchState always returns AKEY_STATE_UNKNOWN
because SwitchInputMapper::getSources() returns 0 which cannot
match any source mask including AINPUT_SOURCE_ANY.  As a result
initial lid switch detection is broken.

This change adds a new source constant AINPUT_SOURCE_SWITCH
that indicates that the source has switches.

Change-Id: I5321ecf0ce84f1c2b4535f6c163d3f4dcf9b7a9b
2011-01-19 20:35:47 -08:00
..
region
Android.mk Add unit tests for native input and fix bugs identified. 2010-10-23 03:52:57 -07:00
InputChannel_test.cpp
InputDispatcher_test.cpp Add unit tests for native input and fix bugs identified. 2010-10-23 03:52:57 -07:00
InputPublisherAndConsumer_test.cpp Add support for secure views. 2010-09-08 11:50:55 -07:00
InputReader_test.cpp Fix getSwitchState. 2011-01-19 20:35:47 -08:00