Searched refs:mCurrentAnimation (Results 1 – 2 of 2) sorted by relevance
36 private Animator mCurrentAnimation; field in PhoneStatusBarTransitions85 if (mCurrentAnimation != null) { in applyMode()86 mCurrentAnimation.cancel(); in applyMode()101 mCurrentAnimation = anims; in applyMode()
2098 protected Animation mCurrentAnimation = null; field in View15431 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null &&17315 mCurrentAnimation = null;22376 return mCurrentAnimation;22395 if (mCurrentAnimation != null) {22396 mCurrentAnimation.detach();22398 mCurrentAnimation = null;22416 mCurrentAnimation = animation;