replicant-frameworks_native/include/ui
Mathias Agopian e700501d0e fix [2170319] gmail bulk operation checkbox latency on passion
This also fixes [2152536] ANR in browser

When SF is enqueuing buffers faster than SF dequeues them.
The update flag in SF is not counted and under some situations SF will only
dequeue the first buffer. The state at this point is not technically
corrupted, it's valid, but just delayed by one buffer.

In the case of the Browser ANR, because the last enqueued buffer was delayed
the resizing of the current buffer couldn't happen.

The system would always fall back onto its feet if anything -else- in
tried to draw, because the "late" buffer would be picked up then.
2009-10-07 16:44:10 -07:00
..
egl
android_native_buffer.h fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
Camera.h Add zoom functions and sendCommand. 2009-10-06 13:25:10 -07:00
CameraHardwareInterface.h Add zoom functions and sendCommand. 2009-10-06 13:25:10 -07:00
CameraParameters.h Change FLASH_MODE_VIDEO_LIGHT to FLASH_MODE_TORCH. 2009-09-28 13:51:59 -07:00
DisplayInfo.h
EGLNativeSurface.h
EGLUtils.h
EventHub.h
FramebufferNativeWindow.h Android side of the fix for [2121211] Sholes has stutter during animations 2009-09-17 16:18:16 -07:00
GraphicBuffer.h fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
GraphicBufferAllocator.h fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
GraphicBufferMapper.h fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
ICamera.h Add zoom functions and sendCommand. 2009-10-06 13:25:10 -07:00
ICameraClient.h
ICameraService.h
IOverlay.h
ISurface.h fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
ISurfaceComposer.h
ISurfaceFlingerClient.h fix a bug that caused the PixelFormat viewed by Surface to be wrong. 2009-08-19 17:46:26 -07:00
KeyCharacterMap.h
KeycodeLabels.h
Overlay.h
PixelFormat.h
Point.h
Rect.h
Region.h
Surface.h fix [2167050] glTexImage2D code path buggy in SurfaceFlinger 2009-10-06 17:00:25 -07:00
SurfaceComposerClient.h fix [2170319] gmail bulk operation checkbox latency on passion 2009-10-07 16:44:10 -07:00