Skip to content

Commit e0cf12f

Browse files
author
Romain Guy
committed
Fix the build
Change-Id: Ia86ba9b1c432ab3f8107557e95b12c9eedc4d9f7
1 parent 7e4e561 commit e0cf12f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public void dispatchAppVisibility(boolean arg0) throws RemoteException {
3939
public void dispatchGetNewSurface() throws RemoteException {
4040
// pass for now.
4141
}
42+
4243
@Override
4344
public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2)
4445
throws RemoteException {
@@ -51,6 +52,10 @@ public void resized(int arg0, int arg1, Rect arg2, Rect arg3, boolean arg4, Conf
5152
// pass for now.
5253
}
5354

55+
@Override
56+
public void dispatchScreenStatus(boolean on) throws RemoteException {
57+
}
58+
5459
@Override
5560
public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException {
5661
// pass for now.

0 commit comments

Comments
 (0)