Add new rezzing-in effect of Carousel to Recents.

Change-Id: Ibfbc53af8bce3e43903bac1b3937731f2c903323
This commit is contained in:
Jim Miller
2010-09-30 13:53:06 -07:00
parent 3cfc508f4e
commit 5fd395ec60

View File

@@ -366,6 +366,7 @@ public class RecentApplicationsActivity extends Activity {
mCarouselView.setStartAngle((float) -(2.0f*Math.PI * 5 / CARD_SLOTS));
mCarouselView.setDefaultBitmap(mLoadingBitmap);
mCarouselView.setLoadingBitmap(mLoadingBitmap);
mCarouselView.setRezInCardCount(3.0f);
mCarouselView.getHolder().setFormat(PixelFormat.TRANSLUCENT);
mNoRecentsView = (View) findViewById(R.id.no_applications_message);