OSDN Git Service

Move input library code from frameworks/base.
authorJeff Brown <jeffbrown@google.com>
Tue, 2 Jul 2013 02:10:31 +0000 (19:10 -0700)
committerJeff Brown <jeffbrown@google.com>
Tue, 2 Jul 2013 03:11:26 +0000 (20:11 -0700)
commit5912f95d26f77d2b6df13e1f2672e48e3f9b871c
tree552318f9477af6cddc8dd5e26958a733a9a23fbe
parent23e81a2103b08fa14f208fec1d1e2e16347f8b2f
Move input library code from frameworks/base.

Change-Id: I4983db61b53e28479fc90d9211fafff68f7f49a6
25 files changed:
include/input/Input.h [new file with mode: 0644]
include/input/InputDevice.h [new file with mode: 0644]
include/input/InputTransport.h [new file with mode: 0644]
include/input/KeyCharacterMap.h [new file with mode: 0644]
include/input/KeyLayoutMap.h [new file with mode: 0644]
include/input/Keyboard.h [new file with mode: 0644]
include/input/KeycodeLabels.h [new file with mode: 0644]
include/input/VelocityControl.h [new file with mode: 0644]
include/input/VelocityTracker.h [new file with mode: 0644]
include/input/VirtualKeyMap.h [new file with mode: 0644]
libs/input/Android.mk [new file with mode: 0644]
libs/input/Input.cpp [new file with mode: 0644]
libs/input/InputDevice.cpp [new file with mode: 0644]
libs/input/InputTransport.cpp [new file with mode: 0644]
libs/input/KeyCharacterMap.cpp [new file with mode: 0644]
libs/input/KeyLayoutMap.cpp [new file with mode: 0644]
libs/input/Keyboard.cpp [new file with mode: 0644]
libs/input/VelocityControl.cpp [new file with mode: 0644]
libs/input/VelocityTracker.cpp [new file with mode: 0644]
libs/input/VirtualKeyMap.cpp [new file with mode: 0644]
libs/input/tests/Android.mk [new file with mode: 0644]
libs/input/tests/InputChannel_test.cpp [new file with mode: 0644]
libs/input/tests/InputEvent_test.cpp [new file with mode: 0644]
libs/input/tests/InputPublisherAndConsumer_test.cpp [new file with mode: 0644]
libs/input/tests/TestHelpers.h [new file with mode: 0644]