Searched defs:mAnimationListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java162 private Animation.AnimationListener mAnimationListener; field in class:ViewGroup
254 // When set, this ViewGroup invokes mAnimationListener.onAnimationEnd() and removes
2914 if (mAnimationListener != null) {
2915 mAnimationListener.onAnimationStart(controller.getAnimation());
3039 if (mAnimationListener != null) {
3042 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation());
5457 return mAnimationListener;
5568 mAnimationListener = animationListener;

Completed in 87 milliseconds