Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java244 opacity.addListener(mAnimationListener); in startSoftwareExit()
291 opacity.addListener(mAnimationListener); in startHardwareExit()
394 private final AnimatorListenerAdapter mAnimationListener = new AnimatorListenerAdapter() { field in RippleForeground
410 animator.removeListener(mAnimationListener); in switchToUiThreadAnimation()
/frameworks/base/core/java/android/view/
DViewGroup.java191 private Animation.AnimationListener mAnimationListener; field in ViewGroup
4103 if (mAnimationListener != null) { in dispatchDraw()
4104 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()
4316 if (mAnimationListener != null) { in notifyAnimationListener()
4320 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()
7255 return mAnimationListener; in getLayoutAnimationListener()
7368 mAnimationListener = animationListener; in setLayoutAnimationListener()