Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipContentOverlay.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/PipContentOverlay.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading