replicant-frameworks_native/libs/ui
Jeff Brown e57e895080 Refactor input reader to support new device types more easily.
Refactored the input reader so that each raw input protocol is handled
by a separate subclass of the new InputMapper type.  This way, behaviors
pertaining to keyboard, trackballs, touchscreens, switches and other
devices are clearly distinguished for improved maintainability.

Added partial support for describing capabilities of input devices
(incomplete and untested for now, will be fleshed out in later commits).

Simplified EventHub interface somewhat since InputReader is taking over
more of the work.

Cleaned up some of the interactions between InputManager and
WindowManagerService related to reading input state.

Fixed swiping finger from screen edge into display area.

Added logging of device information to 'dumpsys window'.

Change-Id: I17faffc33e3aec3a0f33f0b37e81a70609378612
2010-07-28 14:16:15 -07:00
..
tests Add support for new input sources. 2010-07-15 18:32:33 -07:00
Android.mk Refactor input reader to support new device types more easily. 2010-07-28 14:16:15 -07:00
EGLUtils.cpp
EventHub.cpp Refactor input reader to support new device types more easily. 2010-07-28 14:16:15 -07:00
EventRecurrence.cpp
FramebufferNativeWindow.cpp
GraphicBuffer.cpp fix live wallpapers on Droid 2010-06-30 15:43:47 -07:00
GraphicBufferAllocator.cpp
GraphicBufferMapper.cpp
Input.cpp Refactor input reader to support new device types more easily. 2010-07-28 14:16:15 -07:00
InputDispatcher.cpp Fix trackball down and movement bugs. 2010-07-16 17:46:03 -07:00
InputManager.cpp Refactor input reader to support new device types more easily. 2010-07-28 14:16:15 -07:00
InputReader.cpp Refactor input reader to support new device types more easily. 2010-07-28 14:16:15 -07:00
InputTransport.cpp Add support for new input sources. 2010-07-15 18:32:33 -07:00
IOverlay.cpp
KeyCharacterMap.cpp
KeyLayoutMap.cpp
KeyLayoutMap.h
MODULE_LICENSE_APACHE2
NOTICE
Overlay.cpp
PixelFormat.cpp Remove the YV16 format for simplicity's sake. 2010-07-14 15:12:05 -07:00
Rect.cpp Add ANativeWindow API for directly drawing to the surface bits. 2010-07-09 16:58:19 -07:00
Region.cpp