Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a676cdab authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

Merge "Tweak recents launch app animation" into jb-dev

parents a989b334 b9a38c57
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);
        }
        }
    }
    }
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);