commit | ae4bd059caa71aa4652c0f07fde7c2687169906e | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Wed Jan 13 16:43:07 2010 -0800 |
committer | Xavier Ducrohet <xav@android.com> | Wed Jan 13 16:43:07 2010 -0800 |
tree | 1fdcb26ee1a43782b61459e1ec5aca9520e845db | |
parent | 1193ae4e824c66b75083c444ce0f250594e138ee [diff] |
ADT/Layoutlib: Reimplement parts of BitmapFactory The original bitmap factory is mostly done in native and deals with the normal android Bitmap class which has been replaced in the layoutlib by a bitmap that is merely a wrapper around an AWT BufferedImage. This new BitmapFactory creates the layoutlib version of Bitmap all in Java. Change-Id: Ice8b5d19141a9a43f83349c159201bf85604b3b0