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.java36 private Animator mCurrentAnimation; field in PhoneStatusBarTransitions
83 if (mCurrentAnimation != null) { in applyMode()
84 mCurrentAnimation.cancel(); in applyMode()
97 mCurrentAnimation = anims; in applyMode()
/frameworks/base/core/java/android/view/
DView.java2164 protected Animation mCurrentAnimation = null; field in View
16315 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null && in skipInvalidate()
18207 mCurrentAnimation = null; in onDetachedFromWindowInternal()
23474 return mCurrentAnimation; in getAnimation()
23493 if (mCurrentAnimation != null) { in clearAnimation()
23494 mCurrentAnimation.detach(); in clearAnimation()
23496 mCurrentAnimation = null; in clearAnimation()
23514 mCurrentAnimation = animation; in setAnimation()
/frameworks/base/config/
Dhiddenapi-private-dex.txt97341 Landroid/view/View;->mCurrentAnimation:Landroid/view/animation/Animation;