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

Commit 06249878 authored by Oleg Blinnikov's avatar Oleg Blinnikov Committed by Android (Google) Code Review
Browse files

Merge "Anisotropy correction for external displays only" into main

parents faf5ec1e bccda389
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -109,7 +109,8 @@ final class ContentRecorder implements WindowContainerListener {
        this(displayContent, new RemoteMediaProjectionManagerWrapper(displayContent.mDisplayId),
        this(displayContent, new RemoteMediaProjectionManagerWrapper(displayContent.mDisplayId),
                new DisplayManagerFlags().isConnectedDisplayManagementEnabled()
                new DisplayManagerFlags().isConnectedDisplayManagementEnabled()
                        && !new DisplayManagerFlags()
                        && !new DisplayManagerFlags()
                                    .isPixelAnisotropyCorrectionInLogicalDisplayEnabled());
                                    .isPixelAnisotropyCorrectionInLogicalDisplayEnabled()
                        && displayContent.getDisplayInfo().type == Display.TYPE_EXTERNAL);
    }
    }


    @VisibleForTesting
    @VisibleForTesting