Merge "Debug code for bug b/6830207" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7a397e0468
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user