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

Commit a14859a4 authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Fixing yet another build breackage"

parents e003e7e8 1a5255d5
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) {
    }
}