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
3 files changed
tree: 703e24a8d33d4ebc692df68e7bb6339d28d18fc5
  1. bridge/
  2. create/
  3. .gitignore
  4. Android.mk