OSDN Git Service

Move inputservice over to frameworks/native
authorMichael Wright <michaelwr@google.com>
Mon, 10 Feb 2014 22:10:27 +0000 (14:10 -0800)
committerMichael Wright <michaelwr@google.com>
Mon, 10 Feb 2014 22:10:27 +0000 (14:10 -0800)
commit89e5c7ebb37fabc4368e87e17a502db62598bd61
tree5e6352b31d6ac184a54dd34d88ec4cb71072210b
parenta407d6a003d746fa0aff50f7ba5da61f19a85b75
Move inputservice over to frameworks/native

Remove all of the pieces except the PointerController and SpriteController over
to frameworks/native in preparation for inputflinger. Those two need to stay in
frameworks/base for now because they depend on Skia currently. In the long run
they should be merged into either the InputManager or the WindowManager rather
than as a part of the inputservice / inputflinger.

Change-Id: Iebef71f3030fb3d26a5f338eb66d75bb37c17734
21 files changed:
core/jni/Android.mk
libs/input/Android.mk
libs/input/EventHub.cpp [deleted file]
libs/input/EventHub.h [deleted file]
libs/input/InputApplication.cpp [deleted file]
libs/input/InputApplication.h [deleted file]
libs/input/InputDispatcher.cpp [deleted file]
libs/input/InputDispatcher.h [deleted file]
libs/input/InputListener.cpp [deleted file]
libs/input/InputListener.h [deleted file]
libs/input/InputManager.cpp [deleted file]
libs/input/InputManager.h [deleted file]
libs/input/InputReader.cpp [deleted file]
libs/input/InputReader.h [deleted file]
libs/input/InputWindow.cpp [deleted file]
libs/input/InputWindow.h [deleted file]
libs/input/PointerController.h
services/core/jni/Android.mk
services/core/jni/com_android_server_input_InputApplicationHandle.h
services/core/jni/com_android_server_input_InputManagerService.cpp
services/core/jni/com_android_server_input_InputWindowHandle.h