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

Commit 2ec5093e authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fixing the build

Change-Id: I01349d65ac5915da090cfb018f99e0a508f9d5ad
parent 545252f4
Loading
Loading
Loading
Loading
+13 −3
Original line number Original line Diff line number Diff line
@@ -468,13 +468,23 @@ public class IWindowManagerImpl implements IWindowManager {
    }
    }


    @Override
    @Override
    public IDisplayMagnificationMediator getDisplayMagnificationMediator() {
    public void getWindowFrame(IBinder token, Rect outFrame) {
        // TODO Auto-generated method stub
        // TODO Auto-generated method stub
        return null;
    }
    }


    @Override
    @Override
    public void getWindowFrame(IBinder token, Rect outFrame) {
    public void setMagnificationCallbacks(IMagnificationCallbacks callbacks) {
        // TODO Auto-generated method stub
    }

    @Override
    public void setMagnificationSpec(MagnificationSpec spec) {
        // TODO Auto-generated method stub
    }

    @Override
    public MagnificationSpec getCompatibleMagnificationSpecForWindow(IBinder windowToken) {
        // TODO Auto-generated method stub
        // TODO Auto-generated method stub
        return null;
    }
    }
}
}