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

Commit 1a2f3ab4 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix build

Change-Id: Ie716bbec49920af459ceddf8e51387ccf5946a7f
parent ea1e8ecf
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -240,6 +240,13 @@ public class IWindowManagerImpl implements IWindowManager {
        // TODO Auto-generated method stub
    }

    @Override
    public void overridePendingAppTransitionMultiThumbFuture(
            IAppTransitionAnimationSpecsFuture specsFuture, IRemoteCallback startedCallback,
            boolean scaleUp) throws RemoteException {

    }

    @Override
    public void overridePendingAppTransitionMultiThumb(AppTransitionAnimationSpec[] specs,
            IRemoteCallback callback0, IRemoteCallback callback1, boolean scaleUp) {
@@ -514,6 +521,15 @@ public class IWindowManagerImpl implements IWindowManager {
        return null;
    }

    @Override
    public int getDockedStackSide() throws RemoteException {
        return 0;
    }

    @Override
    public void setDockedStackResizing(boolean resizing) throws RemoteException {
    }

    @Override
    public void cancelTaskWindowTransition(int taskId) {
    }
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public final class BridgeWindow implements IWindow {

    @Override
    public void resized(Rect rect, Rect rect2, Rect rect3, Rect rect4, Rect rect5, Rect rect6,
            boolean b, Configuration configuration) throws RemoteException {
            boolean b, Configuration configuration, Rect rect7) throws RemoteException {
        // pass for now.
    }