replicant-frameworks_native/libs/ui
Mathias Agopian e142428a9c Make Flattenable not virtual
Fallout from the Flattenable change, update all its uses.

Additionnaly, fix/tighten size checks when (un)flatten()ing
things.

Removed the assumption by some flattenables (e.g.: Fence)
that the size passed to them would be exact (it can
and will be larger in some cases)

The code in Parcel is a bit complicated so that we don't
have to expose the full implementation (and also to
keep the code smallish).

Change-Id: I0bf1c8aca2a3128491b4f45510bc46667e566dde
2013-07-30 21:19:13 -07:00
..
tests Add createTJunctionFreeRegion 2013-02-27 11:13:03 -08:00
Android.mk Add liblog 2013-04-09 21:55:39 -07:00
Fence.cpp Make Flattenable not virtual 2013-07-30 21:19:13 -07:00
FramebufferNativeWindow.cpp
GraphicBuffer.cpp Make Flattenable not virtual 2013-07-30 21:19:13 -07:00
GraphicBufferAllocator.cpp
GraphicBufferMapper.cpp Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 2013-05-06 17:24:05 -07:00
MODULE_LICENSE_APACHE2
NOTICE
PixelFormat.cpp get rid of HAL pixelformats 5551 and 4444 2013-07-26 15:43:33 -07:00
Rect.cpp take the "transparent region" into account for blending 2013-05-10 18:35:43 -07:00
Region.cpp Make Flattenable not virtual 2013-07-30 21:19:13 -07:00
UiConfig.cpp