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

Commit 29001875 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

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



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