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

Commit 46536afa authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ia0fde7bbe65c2e712a9fd805e6499accda0b9d0d
parents 774c2da1 86e825ac
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,