replicant-frameworks_native/include
Jeff Brown 3e2fb7056a Deprecate local-only CursorWindows.
There is no difference and has never really been a difference
between local-only and remotable CursorWindows.  By removing the
distinction officially in the API, we will make it easier to
implement CrossProcessCursor correctly.  CrossProcessCursor
is problematic currently because it's not clear whether a call
to getWindow() will return a local-only window or a remotable window.
As a result, the bulk cursor adaptor has special case handling
for AbstractWindowedCursors vs. ordinary CrossProcessCursors
so that it can set a remotable window before the cursor fills it.
All these problems go away if we just forget about local-only
windows being special in any way.

Change-Id: Ie59f517968e33d0ecb239c3c4f60206495e8f376
2011-10-12 22:19:41 -07:00
..
binder Deprecate local-only CursorWindows. 2011-10-12 22:19:41 -07:00
gui SurfaceTexture: parameterize the texture target 2011-09-30 14:19:41 -07:00
private fix Surface positions are not floats 2011-08-30 18:51:54 -07:00
surfaceflinger SurfaceFlinger: update orientation via transactions 2011-10-11 13:34:01 -07:00
ui fix the float Rect in OpenGLRenderer to handle NANs 2011-09-19 16:50:07 -07:00
utils Reduce the size of libhwui by 50% 2011-10-12 13:48:51 -07:00