Home | History | Annotate | Download | only in wiktionary

Lines Matching refs:Animation

38 import android.view.animation.Animation;
39 import android.view.animation.AnimationUtils;
40 import android.view.animation.Animation.AnimationListener;
60 private Animation mSlideIn;
61 private Animation mSlideOut;
94 // Listen for the "in" animation so we make the progress bar visible
260 * hides the loading animation from the GUI thread before starting a
267 * {@link ProgressBar}. We'll only show it once the animation finishes.
331 * Make the {@link ProgressBar} visible when our in-animation finishes.
333 public void onAnimationEnd(Animation animation) {
337 public void onAnimationRepeat(Animation animation) {
338 // Not interested if the animation repeats
341 public void onAnimationStart(Animation animation) {
342 // Not interested when the animation starts