Searched refs:AnimationListener (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java171 AnimationListener mListener;
703 public void setAnimationListener(AnimationListener listener) {
981 public static interface AnimationListener { interface in class:Animation
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java37 import android.view.animation.Animation.AnimationListener;
91 private final AnimationListener mAnimationDoneListener = new AnimationListener() {
662 trans1.setAnimationListener(new AnimationListener() {
/frameworks/base/core/java/android/view/
H A DViewGroup.java99 private Animation.AnimationListener mAnimationListener;
3349 * @return an {@link android.view.animation.Animation.AnimationListener}
3351 public Animation.AnimationListener getLayoutAnimationListener() {
3445 * {@link android.view.animation.Animation.AnimationListener#onAnimationStart(Animation)}
3447 * {@link android.view.animation.Animation.AnimationListener#onAnimationEnd(Animation)}
3452 public void setLayoutAnimationListener(Animation.AnimationListener animationListener) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarService.java1126 private Animation loadAnim(int id, Animation.AnimationListener listener) {

Completed in 59 milliseconds