From 5fd395ec602b0fc71d80680a60827b49dd59f031 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 30 Sep 2010 13:53:06 -0700 Subject: [PATCH] Add new rezzing-in effect of Carousel to Recents. Change-Id: Ibfbc53af8bce3e43903bac1b3937731f2c903323 --- .../com/android/systemui/recent/RecentApplicationsActivity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/recent/RecentApplicationsActivity.java b/packages/SystemUI/src/com/android/systemui/recent/RecentApplicationsActivity.java index bf24a1f80834c..16a3c174c5b6a 100644 --- a/packages/SystemUI/src/com/android/systemui/recent/RecentApplicationsActivity.java +++ b/packages/SystemUI/src/com/android/systemui/recent/RecentApplicationsActivity.java @@ -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);