am 4b15ab66: Fixing the build
* commit '4b15ab66a064ba4fae3bb1ff474d8b5fc38e5490': Fixing the build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user