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

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

Merge "Fixing the build"

parents 2fd569a0 2ec5093e
Loading
Loading
Loading
Loading
+13 −3
Original line number Diff line number Diff line
@@ -468,13 +468,23 @@ public class IWindowManagerImpl implements IWindowManager {
    }

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

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