Home | History | Annotate | Download | only in notification

Lines Matching defs:animation

19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
154 AnimatorSet animation = LauncherAnimUtils.createAnimatorSet();
165 public void onAnimationEnd(Animator animation) {
170 animation.play(moveAndScaleIcon);
181 animation.play(ObjectAnimator.ofFloat(iconFromOverflow, ALPHA, 0, 1));
192 animation.play(shiftChild);
194 animation.start();