Searched refs:mAnimationListener (Results 1 – 3 of 3) sorted by relevance
244 opacity.addListener(mAnimationListener); in startSoftwareExit()291 opacity.addListener(mAnimationListener); in startHardwareExit()394 private final AnimatorListenerAdapter mAnimationListener = new AnimatorListenerAdapter() { field in RippleForeground410 animator.removeListener(mAnimationListener); in switchToUiThreadAnimation()
212 private Animation.AnimationListener mAnimationListener; field in ViewGroup4252 if (mAnimationListener != null) { in dispatchDraw()4253 mAnimationListener.onAnimationStart(controller.getAnimation()); in dispatchDraw()4465 if (mAnimationListener != null) { in notifyAnimationListener()4469 mAnimationListener.onAnimationEnd(mLayoutAnimationController.getAnimation()); in notifyAnimationListener()7682 return mAnimationListener; in getLayoutAnimationListener()7795 mAnimationListener = animationListener; in setLayoutAnimationListener()
17309 Landroid/graphics/drawable/RippleForeground;->mAnimationListener:Landroid/animation/AnimatorListene…63540 Landroid/view/ViewGroup;->mAnimationListener:Landroid/view/animation/Animation$AnimationListener;