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

Commit f7383c22 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Automerger Merge Worker
Browse files

Merge "Set alpha to 0 on attach to avoid flicker at transition start." into...

Merge "Set alpha to 0 on attach to avoid flicker at transition start." into udc-dev am: dc472531 am: fb594fd4

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23252176



Change-Id: I8890fe14a55c3b564a465bbe6af0b7c02dedf647
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 119715bd fb594fd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ public abstract class PipContentOverlay {
            tx.show(mLeash);
            tx.setLayer(mLeash, Integer.MAX_VALUE);
            tx.setBuffer(mLeash, mBitmap.getHardwareBuffer());
            tx.setAlpha(mLeash, 0f);
            tx.reparent(mLeash, parentLeash);
            tx.apply();
        }