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()
2602 protected Animation mCurrentAnimation = null; field in View20750 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null && in skipInvalidate()22696 mCurrentAnimation = null; in onDetachedFromWindowInternal()28425 return mCurrentAnimation; in getAnimation()28444 if (mCurrentAnimation != null) { in clearAnimation()28445 mCurrentAnimation.detach(); in clearAnimation()28447 mCurrentAnimation = null; in clearAnimation()28465 mCurrentAnimation = animation; in setAnimation()
62899 Landroid/view/View;->mCurrentAnimation:Landroid/view/animation/Animation;