Loading packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -790,7 +790,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener if (DEBUG) Log.v(TAG, "Starting activity " + intent); if (DEBUG) Log.v(TAG, "Starting activity " + intent); context.startActivity(intent, opts.toBundle()); context.startActivity(intent, opts.toBundle()); } } if (!usingDrawingCache) { if (usingDrawingCache) { holder.thumbnailViewImage.setDrawingCacheEnabled(false); holder.thumbnailViewImage.setDrawingCacheEnabled(false); } } } } Loading services/java/com/android/server/wm/WindowManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3237,7 +3237,7 @@ public class WindowManagerService extends IWindowManager.Stub if (delayed) { if (delayed) { a = new AlphaAnimation(1, 0); a = new AlphaAnimation(1, 0); a.setStartOffset(0); a.setStartOffset(0); a.setDuration(delayDuration - 50); a.setDuration(delayDuration - 120); a.setBackgroundColor(0xFF000000); a.setBackgroundColor(0xFF000000); } else { } else { a = createExitAnimationLocked(transit, duration); a = createExitAnimationLocked(transit, duration); Loading Loading
packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -790,7 +790,7 @@ public class RecentsPanelView extends FrameLayout implements OnItemClickListener if (DEBUG) Log.v(TAG, "Starting activity " + intent); if (DEBUG) Log.v(TAG, "Starting activity " + intent); context.startActivity(intent, opts.toBundle()); context.startActivity(intent, opts.toBundle()); } } if (!usingDrawingCache) { if (usingDrawingCache) { holder.thumbnailViewImage.setDrawingCacheEnabled(false); holder.thumbnailViewImage.setDrawingCacheEnabled(false); } } } } Loading
services/java/com/android/server/wm/WindowManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3237,7 +3237,7 @@ public class WindowManagerService extends IWindowManager.Stub if (delayed) { if (delayed) { a = new AlphaAnimation(1, 0); a = new AlphaAnimation(1, 0); a.setStartOffset(0); a.setStartOffset(0); a.setDuration(delayDuration - 50); a.setDuration(delayDuration - 120); a.setBackgroundColor(0xFF000000); a.setBackgroundColor(0xFF000000); } else { } else { a = createExitAnimationLocked(transit, duration); a = createExitAnimationLocked(transit, duration); Loading