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:
@@ -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