Searched refs:mCurrentAnimation (Results 1 – 2 of 2) sorted by relevance
35 private Animator mCurrentAnimation; field in PhoneStatusBarTransitions81 if (mCurrentAnimation != null) { in applyMode()82 mCurrentAnimation.cancel(); in applyMode()95 mCurrentAnimation = anims; in applyMode()
2346 protected Animation mCurrentAnimation = null; field in View18404 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null && in skipInvalidate()20335 mCurrentAnimation = null; in onDetachedFromWindowInternal()25773 return mCurrentAnimation; in getAnimation()25792 if (mCurrentAnimation != null) { in clearAnimation()25793 mCurrentAnimation.detach(); in clearAnimation()25795 mCurrentAnimation = null; in clearAnimation()25813 mCurrentAnimation = animation; in setAnimation()