replicant-frameworks_native/include/ui
Jeff Brown e839a589bf Native input dispatch rewrite work in progress.
The old dispatch mechanism has been left in place and continues to
be used by default for now.  To enable native input dispatch,
edit the ENABLE_NATIVE_DISPATCH constant in WindowManagerPolicy.

Includes part of the new input event NDK API.  Some details TBD.

To wire up input dispatch, as the ViewRoot adds a window to the
window session it receives an InputChannel object as an output
argument.  The InputChannel encapsulates the file descriptors for a
shared memory region and two pipe end-points.  The ViewRoot then
provides the InputChannel to the InputQueue.  Behind the
scenes, InputQueue simply attaches handlers to the native PollLoop object
that underlies the MessageQueue.  This way MessageQueue doesn't need
to know anything about input dispatch per-se, it just exposes (in native
code) a PollLoop that other components can use to monitor file descriptor
state changes.

There can be zero or more targets for any given input event.  Each
input target is specified by its input channel and some parameters
including flags, an X/Y coordinate offset, and the dispatch timeout.
An input target can request either synchronous dispatch (for foreground apps)
or asynchronous dispatch (fire-and-forget for wallpapers and "outside"
targets).  Currently, finding the appropriate input targets for an event
requires a call back into the WindowManagerServer from native code.
In the future this will be refactored to avoid most of these callbacks
except as required to handle pending focus transitions.

End-to-end event dispatch mostly works!

To do: event injection, rate limiting, ANRs, testing, optimization, etc.

Change-Id: I8c36b2b9e0a2d27392040ecda0f51b636456de25
2010-06-13 17:42:16 -07:00
..
egl added the notion of fixed-size buffers 2010-05-24 18:26:01 -07:00
android_native_buffer.h Add incStrong and decStrong methods to android_native_{window,buffer}_t. 2010-05-10 17:33:32 -07:00
DisplayInfo.h
EGLNativeSurface.h
EGLUtils.h added EGLUtils::strerror 2009-08-07 16:37:21 -07:00
EventHub.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
FramebufferNativeWindow.h Android side of the fix for [2121211] Sholes has stutter during animations 2009-09-17 16:18:16 -07:00
GraphicBuffer.h split surface management from surface's buffers management 2010-06-04 18:57:41 -07:00
GraphicBufferAllocator.h when a zero dimension buffer is allocated, turn the allocation into 2010-04-15 15:23:25 -07:00
GraphicBufferMapper.h fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
Input.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
InputDispatcher.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
InputDispatchPolicy.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
InputManager.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
InputReader.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
InputTransport.h Native input dispatch rewrite work in progress. 2010-06-13 17:42:16 -07:00
IOverlay.h move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
KeyCharacterMap.h
KeycodeLabels.h Add new keycodes for the convenience of Japanese IMEs 2010-05-05 13:37:21 -07:00
Overlay.h Adding resizeInput and setAttributes for overlay 2009-07-29 17:53:38 -07:00
PixelFormat.h fix a bug I introduced recently where YUV formats would crash the system 2010-02-16 20:43:39 -08:00
Point.h minor clean-up to Rect and Point. 2009-05-26 17:47:39 -07:00
Rect.h oops forgot these changes in the previous merge. fixes build 2009-05-27 15:02:35 -07:00
Region.h Remove a dependency of Region (libui) on Parcel (libbinder). 2010-02-17 20:26:47 -08:00