summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib
diff options
context:
space:
mode:
Diffstat (limited to 'tools/layoutlib')
-rw-r--r--tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java11
1 files changed, 3 insertions, 8 deletions
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java
index 41fbc7c..5d64e8a 100644
--- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java
+++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java
@@ -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
}