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

Commit 72a00185 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 7c9629fd: am 39df578a: Fix build.

* commit '7c9629fd':
  Fix build.
parents 2a32dd41 7c9629fd
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -45,7 +45,24 @@ public final class BridgeWindowSession implements IWindowSession {
    }

    @Override
    public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3)
    public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId,
                            Rect arg3, InputChannel outInputchannel)
            throws RemoteException {
        // pass for now.
        return 0;
    }

    @Override
    public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
                                      Rect arg3)
            throws RemoteException {
        // pass for now.
        return 0;
    }

    @Override
    public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
                                               int displayId, Rect arg3)
            throws RemoteException {
        // pass for now.
        return 0;