OSDN Git Service

Add support for injecting events into ActivityContainers.
authorJeff Brown <jeffbrown@google.com>
Tue, 11 Feb 2014 22:28:48 +0000 (14:28 -0800)
committerJeff Brown <jeffbrown@google.com>
Tue, 11 Feb 2014 22:51:24 +0000 (14:51 -0800)
commitf086ddbb97e59bd4a0c27745f6e6cc9832a2d4f8
treed8194be1e44bdaead6cc6751191f8d09379163d4
parent297097957f5023b73b2c5c369d0c02cbebd20fa5
Add support for injecting events into ActivityContainers.

Enhanced the input system to support concurrent dispatch of touch
events on multiple displays which is required for this to work.

Add method to apply offset to PointerCoords.

Change-Id: I55fe4a9a8785ae5a2d3341d214fa3c5107f3963a
include/input/Input.h
libs/input/Input.cpp
services/inputflinger/InputDispatcher.cpp
services/inputflinger/InputDispatcher.h
services/inputflinger/tests/InputDispatcher_test.cpp