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

Commit 86e825ac authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Correct the bound if it's from outside of screen am: a67e14a6

Change-Id: Ib43cbcc8215e7f5da7f417746ccab9bf65fb38c5
parents 87364693 a67e14a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1646,7 +1646,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
    }

    private void updateScreenMatrixForEmbeddedHierarchy() {
        getBoundsOnScreen(mTmpRect, true);
        getBoundsOnScreen(mTmpRect);
        mTmpMatrix.reset();
        mTmpMatrix.setTranslate(mTmpRect.left, mTmpRect.top);
        mTmpMatrix.postScale(mScreenRect.width() / (float) mSurfaceWidth,