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

Commit 1a5255d5 authored by Svetoslav's avatar Svetoslav
Browse files

Fixing yet another build breackage

Change-Id: I83597d5433fc6cc380d5ec1dd6f78e115e76db5b
parent edf034de
Loading
Loading
Loading
Loading
+0 −36
Original line number Diff line number Diff line
@@ -457,45 +457,9 @@ public class IWindowManagerImpl implements IWindowManager {
        return false;
    }

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

    @Override
    public void setInputFilter(IInputFilter filter) throws RemoteException {
        // TODO Auto-generated method stub
    }

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

    @Override
    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
        return null;
    }

    @Override
    public boolean isRotationFrozen() throws RemoteException {
        // TODO Auto-generated method stub
        return false;
    }

    @Override
    public void setTouchExplorationEnabled(boolean enabled) {
    }
}