summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recent
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-08-17 13:03:15 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-17 13:03:15 -0700
commitd2ae85d41ec1651dd1bf4c33fe31833ba5c5cff5 (patch)
treea13ab2da158404c627977d9316501332cd863dd8 /packages/SystemUI/src/com/android/systemui/recent
parentaeca6898041437a7e2ba68c1421b9be90669154d (diff)
parent832cb229cd748505c90f74ae8154fc3557d61a73 (diff)
downloadframeworks_base-d2ae85d41ec1651dd1bf4c33fe31833ba5c5cff5.zip
frameworks_base-d2ae85d41ec1651dd1bf4c33fe31833ba5c5cff5.tar.gz
frameworks_base-d2ae85d41ec1651dd1bf4c33fe31833ba5c5cff5.tar.bz2
Merge "Adding a thumbnail scale down animation" into jb-mr1-dev
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/recent')
-rw-r--r--packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java b/packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java
index 7738f81..d5a76bc 100644
--- a/packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java
+++ b/packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java
@@ -767,7 +767,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener
show(false, true);
mThumbnailScaleUpStarted = false;
- ActivityOptions opts = ActivityOptions.makeDelayedThumbnailScaleUpAnimation(
+ ActivityOptions opts = ActivityOptions.makeThumbnailScaleUpAnimation(
holder.thumbnailViewImage, bm, 0, 0,
new ActivityOptions.OnAnimationStartedListener() {
@Override public void onAnimationStarted() {