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

Commit 2c41b88a 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: bdb153f5 am: 29001875

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



Change-Id: I488e27d6b91e97430013116f1bbbcde63b5519a4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ad80cc56 29001875
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();
        }