Merge "Fix build" into mnc-dev

This commit is contained in:
Jorim Jaggi
2015-05-13 22:36:00 +00:00
committed by Android (Google) Code Review

View File

@@ -91,11 +91,11 @@ public final class BridgeWindow implements IWindow {
}
@Override
public void windowBeginAnimating(int remainingFrameCount) {
public void onAnimationStarted(int remainingFrameCount) {
}
@Override
public void windowEndAnimating() {
public void onAnimationStopped() {
}
@Override