am 7a397e04: Merge "Debug code for bug b/6830207" into jb-mr1-dev

* commit '7a397e0468310e75f39d93fadcd43b7224c9e0c5':
  Debug code for bug b/6830207
This commit is contained in:
Michael Jurka
2012-09-05 03:26:19 -07:00
committed by Android Git Automerger
+3
View File
@@ -2474,6 +2474,9 @@ public final class Launcher extends Activity
alphaAnim.addUpdateListener(new AnimatorUpdateListener() {
@Override
public void onAnimationUpdate(ValueAnimator animation) {
if (animation == null) {
throw new RuntimeException("animation is null");
}
float t = (Float) animation.getAnimatedValue();
dispatchOnLauncherTransitionStep(fromView, t);
dispatchOnLauncherTransitionStep(toView, t);