am 4b15ab66: Fixing the build

* commit '4b15ab66a064ba4fae3bb1ff474d8b5fc38e5490':
  Fixing the build
This commit is contained in:
Svetoslav Ganov
2012-09-06 19:33:11 -07:00
committed by Android Git Automerger

View File

@@ -450,7 +450,8 @@ public class BridgeWindowManager implements IWindowManager {
}
@Override
public void stopWatchRotation(IRotationWatcher watcher) throws RemoteException {
public void magnifyDisplay(int dipslayId, float scale, float offsetX, float offsetY)
throws RemoteException {
// TODO Auto-generated method stub
}
@@ -473,13 +474,7 @@ public class BridgeWindowManager implements IWindowManager {
}
@Override
public void getVisibleWindowsForDisplay(int displayId,
List<WindowInfo> outInfos) throws RemoteException {
// TODO Auto-generated method stub
}
@Override
public void magnifyDisplay(int dipslayId, float scale, float offsetX, float offsetY)
public void getVisibleWindowsForDisplay(int displayId, List<WindowInfo> outInfos)
throws RemoteException {
// TODO Auto-generated method stub
}