Skip to content

Commit 4b15ab6

Browse files
committed
Fixing the build
Change-Id: I123b128f5d9e50653d8d4ed73ea07920b370b0fb
1 parent f92b57c commit 4b15ab6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ public void setInputFilter(IInputFilter filter) throws RemoteException {
450450
}
451451

452452
@Override
453-
public void stopWatchRotation(IRotationWatcher watcher) throws RemoteException {
453+
public void magnifyDisplay(int dipslayId, float scale, float offsetX, float offsetY)
454+
throws RemoteException {
454455
// TODO Auto-generated method stub
455456
}
456457

@@ -473,13 +474,7 @@ public WindowInfo getWindowInfo(IBinder token) throws RemoteException {
473474
}
474475

475476
@Override
476-
public void getVisibleWindowsForDisplay(int displayId,
477-
List<WindowInfo> outInfos) throws RemoteException {
478-
// TODO Auto-generated method stub
479-
}
480-
481-
@Override
482-
public void magnifyDisplay(int dipslayId, float scale, float offsetX, float offsetY)
477+
public void getVisibleWindowsForDisplay(int displayId, List<WindowInfo> outInfos)
483478
throws RemoteException {
484479
// TODO Auto-generated method stub
485480
}

0 commit comments

Comments
 (0)