Fixing the build

Change-Id: I123b128f5d9e50653d8d4ed73ea07920b370b0fb
This commit is contained in:
Svetoslav Ganov
2012-09-06 19:25:53 -07:00
parent f92b57ca8b
commit 4b15ab66a0

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
}