Searched refs:mCurrentAnimation (Results 1 – 4 of 4) sorted by relevance
56 private Animator mCurrentAnimation; field in RippleAnimationSession79 if (mCurrentAnimation != null) { in end()80 mCurrentAnimation.end(); in end()128 if (mCurrentAnimation == expand) mCurrentAnimation = null; in exitSoftware()133 mCurrentAnimation = expand; in exitSoftware()163 if (mCurrentAnimation == exit) mCurrentAnimation = null; in exitHardware()172 mCurrentAnimation = exit; in exitHardware()185 mCurrentAnimation = expand; in enterHardware()219 mCurrentAnimation = expand; in enterSoftware()
37 private Animator mCurrentAnimation; field in PhoneStatusBarTransitions109 if (mCurrentAnimation != null) { in applyMode()110 mCurrentAnimation.cancel(); in applyMode()123 mCurrentAnimation = anims; in applyMode()
2412 protected Animation mCurrentAnimation = null; field in View19880 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null && in skipInvalidate()21830 mCurrentAnimation = null; in onDetachedFromWindowInternal()27444 return mCurrentAnimation; in getAnimation()27463 if (mCurrentAnimation != null) { in clearAnimation()27464 mCurrentAnimation.detach(); in clearAnimation()27466 mCurrentAnimation = null; in clearAnimation()27484 mCurrentAnimation = animation; in setAnimation()
63542 Landroid/view/View;->mCurrentAnimation:Landroid/view/animation/Animation;