replicant-frameworks_native/include/ui
Dianne Hackborn c591736c66 Finish implementation of multiple pointer support for MotionEvent.
The major things going on here:

- The MotionEvent API is now extended to included "pointer ID" information, for
  applications to keep track of individual fingers as they move up and down.
  PointerLocation has been updated to take advantage of this.

- The input system now has logic to generate MotionEvents with the new ID
  information, synthesizing an identifier as new points are down and trying to
  keep pointer ids consistent across events by looking at the distance between
  the last and next set of pointers.

- We now support the new multitouch driver protocol, and will use that instead
  of the old one if it is available.  We do NOT use any finger id information
  coming from the driver, but always synthesize pointer ids in user space.
  (This is simply because we don't yet have a driver reporting this information
  from which to base an implementation on.)

- Increase maximum number of fingers to 10.  This code has only been used
  with a driver that reports up to 2, so no idea how more will actually work.

- Oh and the input system can now detect and report physical DPAD devices.
2009-08-04 20:53:52 -07:00
..
egl fixed some issues with the software renderer when surfaces are made current. 2009-07-30 18:14:56 -07:00
BufferMapper.h update surfaceflinger, libui and libagl to the new gralloc api 2009-05-04 14:17:04 -07:00
Camera.h Add timestamps to video frames to improve A/V sync. 2009-07-08 15:59:25 -07:00
CameraHardwareInterface.h resolved conflicts for merge of 04c7d0f8 to master 2009-07-08 17:26:05 -07:00
CameraParameters.h
DisplayInfo.h
EGLNativeSurface.h
EventHub.h Finish implementation of multiple pointer support for MotionEvent. 2009-08-04 20:53:52 -07:00
FramebufferNativeWindow.h fixed some issues with the software renderer when surfaces are made current. 2009-07-30 18:14:56 -07:00
ICamera.h move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
ICameraClient.h resolved conflicts for merge of 04c7d0f8 to master 2009-07-08 17:26:05 -07:00
ICameraService.h move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
IOverlay.h move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
ISurface.h merge master to master_gl 2009-05-22 02:16:08 -07:00
ISurfaceComposer.h get rid of references to MemoryDealer in SurfaceFlinger 2009-07-02 18:50:51 -07:00
ISurfaceFlingerClient.h get rid of references to MemoryDealer in SurfaceFlinger 2009-07-02 18:50:51 -07:00
KeyCharacterMap.h
KeycodeLabels.h AI 145994: Integrate #145778 from Donut. 2009-04-13 16:11:55 -07:00
Overlay.h Adding resizeInput and setAttributes for overlay 2009-07-29 17:53:38 -07:00
PixelFormat.h Integrate from //sandbox/mathias/donut/...@145728 2009-04-10 14:24:30 -07: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 Region::makeBoundsSelf() efficiently turns a region to its bounds 2009-06-29 18:46:37 -07:00
Surface.h The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. 2009-07-31 12:48:53 -07:00
SurfaceComposerClient.h get rid of references to MemoryDealer in SurfaceFlinger 2009-07-02 18:50:51 -07:00