Skip to content

Commit 731f018

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix the build"
2 parents 5ec9193 + e0cf12f commit 731f018

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)