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

Commit faa09f53 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Fix layoutlib-tests build by adding dummy implementation of...

Fix layoutlib-tests build by adding dummy implementation of IWindowSession.repositionChild to BridgeWindowSession

Change-Id: I9c3a609c76716b35595b82a33f32883d4f46c517
parent 9370f14a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -94,6 +94,13 @@ public final class BridgeWindowSession implements IWindowSession {
        return 0;
    }

    @Override
    public void repositionChild(IWindow childWindow, int x, int y, long deferTransactionUntilFrame,
            Rect outFrame) {
        // pass for now.
        return;
    }

    @Override
    public void performDeferredDestroy(IWindow window) {
        // pass for now.