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

Commit bf33f598 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix MathRoundIntLong errorprone issue" into main

parents 9a885d74 b7bbcd7f
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(