DO NOT MERGE - Use the froyo launcher2 in mr3, except for a few unbundling things that can't be merged back.

This commit is contained in:
Joe Onorato
2010-02-18 15:31:52 -08:00
parent b8fc9e7df6
commit 75fd1ec46d
43 changed files with 1303 additions and 2655 deletions

View File

@@ -67,6 +67,10 @@ class FastBitmapDrawable extends Drawable {
return mBitmap.getHeight();
}
public void setBitmap(Bitmap b) {
mBitmap = b;
}
public Bitmap getBitmap() {
return mBitmap;
}