am a676cdab: Merge "Tweak recents launch app animation" into jb-dev
* commit 'a676cdab11ace948a054b5ca342727a3d0eb29b2': Tweak recents launch app animation
This commit is contained in:
@@ -790,7 +790,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener
|
||||
if (DEBUG) Log.v(TAG, "Starting activity " + intent);
|
||||
context.startActivity(intent, opts.toBundle());
|
||||
}
|
||||
if (!usingDrawingCache) {
|
||||
if (usingDrawingCache) {
|
||||
holder.thumbnailViewImage.setDrawingCacheEnabled(false);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3237,7 +3237,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
if (delayed) {
|
||||
a = new AlphaAnimation(1, 0);
|
||||
a.setStartOffset(0);
|
||||
a.setDuration(delayDuration - 50);
|
||||
a.setDuration(delayDuration - 120);
|
||||
a.setBackgroundColor(0xFF000000);
|
||||
} else {
|
||||
a = createExitAnimationLocked(transit, duration);
|
||||
|
||||
Reference in New Issue
Block a user