Merge "Fix build."
This commit is contained in:
committed by
Android (Google) Code Review
commit
920d8eb505
@@ -30,6 +30,7 @@ import android.os.IBinder;
|
||||
import android.os.IRemoteCallback;
|
||||
import android.os.RemoteException;
|
||||
import android.util.DisplayMetrics;
|
||||
import android.view.AppTransitionAnimationSpec;
|
||||
|
||||
import java.lang.Override;
|
||||
|
||||
@@ -240,6 +241,12 @@ public class IWindowManagerImpl implements IWindowManager {
|
||||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
@Override
|
||||
public void overridePendingAppTransitionMultiThumb(AppTransitionAnimationSpec[] specs,
|
||||
IRemoteCallback callback, boolean scaleUp) {
|
||||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
@Override
|
||||
public void pauseKeyDispatching(IBinder arg0) throws RemoteException {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Reference in New Issue
Block a user