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

Commit 77500885 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: 8c98d4e9

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



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