diff options
| author | Jim Miller <jaggies@google.com> | 2010-09-30 14:06:15 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-30 14:06:15 -0700 |
| commit | b03649d49b53fc72363291bcfe66fdc9a13873c7 (patch) | |
| tree | d6396ea68b47ac6ad0ab82197cd88eac1eb8f523 | |
| parent | 12c08f2c874972c258f5d7dfe8865bc9d16a25e5 (diff) | |
| parent | 5fd395ec602b0fc71d80680a60827b49dd59f031 (diff) | |
| download | frameworks_base-b03649d49b53fc72363291bcfe66fdc9a13873c7.zip frameworks_base-b03649d49b53fc72363291bcfe66fdc9a13873c7.tar.gz frameworks_base-b03649d49b53fc72363291bcfe66fdc9a13873c7.tar.bz2 | |
Merge "Add new rezzing-in effect of Carousel to Recents."
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/recent/RecentApplicationsActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recent/RecentApplicationsActivity.java b/packages/SystemUI/src/com/android/systemui/recent/RecentApplicationsActivity.java index bf24a1f..16a3c17 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); |
