Home
last modified time | relevance | path

Searched refs:mAnimationListener (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/design/base/android/support/design/widget/
DStateListAnimator.java34 private Animation.AnimationListener mAnimationListener = new Animation.AnimationListener() { field in StateListAnimator
62 animation.setAnimationListener(mAnimationListener); in addState()
/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java261 set.addListener(mAnimationListener); in createSoftwareExit()
310 opacity.addListener(mAnimationListener); in createHardwareExit()
349 private final AnimatorListenerAdapter mAnimationListener = new AnimatorListenerAdapter() { field in RippleForeground
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DBackgroundManager.java447 private final Animator.AnimatorListener mAnimationListener = new Animator.AnimatorListener() { field in BackgroundManager
636 mAnimator.addListener(mAnimationListener); in BackgroundManager()
/frameworks/base/core/java/android/view/
DViewGroup.java173 private Animation.AnimationListener mAnimationListener; field in ViewGroup
3353 if (mAnimationListener != null) { in dispatchDraw()
3354 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()
3546 if (mAnimationListener != null) { in notifyAnimationListener()
3549 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()
6290 return mAnimationListener; in getLayoutAnimationListener()
6401 mAnimationListener = animationListener; in setLayoutAnimationListener()