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

Commit 9120c0f5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix MathRoundIntLong errorprone issue" into main am: bf33f598 am: 2b4221db

parents 3182b8ab 2b4221db
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -304,8 +304,7 @@ public class ContentRecorderTests extends WindowTestsBase {
        mContentRecorder.updateRecording();

        // Resize the output surface.
        final Point newSurfaceSize = new Point(Math.round(mSurfaceSize.x / 2f),
                Math.round(mSurfaceSize.y * 2));
        final Point newSurfaceSize = new Point(Math.round(mSurfaceSize.x / 2f), mSurfaceSize.y * 2);
        doReturn(newSurfaceSize).when(mWm.mDisplayManagerInternal).getDisplaySurfaceDefaultSize(
                anyInt());
        mContentRecorder.onConfigurationChanged(