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

Commit 3ebbea4d authored by Midas Chien's avatar Midas Chien Committed by Android (Google) Code Review
Browse files

Merge "composer: vts: configure layer for DisplayDecoration" into tm-d1-dev

parents 588b928a 7d55d426
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1719,10 +1719,10 @@ TEST_P(GraphicsComposerAidlCommandTest, DisplayDecoration) {
            }
        }

        configureLayer(display, layer, Composition::DISPLAY_DECORATION, display.getFrameRect(),
                          display.getCrop());
        mWriter.setLayerBuffer(display.getDisplayId(), layer, /*slot*/ 0, decorBuffer->handle,
                               /*acquireFence*/ -1);
        mWriter.setLayerCompositionType(display.getDisplayId(), layer,
                                        Composition::DISPLAY_DECORATION);
        mWriter.validateDisplay(display.getDisplayId(), ComposerClientWriter::kNoTimestamp);
        execute();
        if (support) {