Add missing interface method.
Fix broken build. Change-Id: I6644df218e11a35330a985bdcb9ace33723330f5
This commit is contained in:
@@ -52,6 +52,11 @@ public final class BridgeWindow implements IWindow {
|
||||
// pass for now.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void moved(int arg0, int arg1) throws RemoteException {
|
||||
// pass for now.
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dispatchScreenState(boolean on) throws RemoteException {
|
||||
// pass for now.
|
||||
|
||||
Reference in New Issue
Block a user