OSDN Git Service

Move inputservice over to frameworks/native
authorMichael Wright <michaelwr@google.com>
Mon, 10 Feb 2014 23:56:36 +0000 (15:56 -0800)
committerMichael Wright <michaelwr@google.com>
Tue, 11 Feb 2014 18:47:36 +0000 (10:47 -0800)
commitd6b473713f43dec0828971854fe1018642cfaf27
tree4f946766a00098f6f7e33ed74a6e6df7dbab40df
parent66ebe94757b18146d429855274e451545ed7ea75
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.

Try 2.

Change-Id: I84259356d3eb8efc5aefb9d6b311b5fc590ea3ed
26 files changed:
core/jni/Android.mk
include/androidfw/PowerManager.h [deleted file]
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
libs/input/tests/Android.mk [deleted file]
libs/input/tests/InputDispatcher_test.cpp [deleted file]
libs/input/tests/InputReader_test.cpp [deleted file]
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
services/core/jni/com_android_server_power_PowerManagerService.h