Home
last modified time | relevance | path

Searched refs:mCurrentAnimation (Results 1 – 3 of 3) 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.java2297 protected Animation mCurrentAnimation = null; field in View
18037 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null && in skipInvalidate()
19965 mCurrentAnimation = null; in onDetachedFromWindowInternal()
25398 return mCurrentAnimation; in getAnimation()
25417 if (mCurrentAnimation != null) { in clearAnimation()
25418 mCurrentAnimation.detach(); in clearAnimation()
25420 mCurrentAnimation = null; in clearAnimation()
25438 mCurrentAnimation = animation; in setAnimation()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77971 Landroid/view/View;->mCurrentAnimation:Landroid/view/animation/Animation;