Home
last modified time | relevance | path

Searched refs:mCurrentAnimation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarTransitions.java35 private Animator mCurrentAnimation; field in PhoneStatusBarTransitions
81 if (mCurrentAnimation != null) { in applyMode()
82 mCurrentAnimation.cancel(); in applyMode()
95 mCurrentAnimation = anims; in applyMode()
/frameworks/base/core/java/android/view/
DView.java2346 protected Animation mCurrentAnimation = null; field in View
18404 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()