Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleAnimationSession.java56 private Animator mCurrentAnimation; field in RippleAnimationSession
79 if (mCurrentAnimation != null) { in end()
80 mCurrentAnimation.end(); in end()
128 if (mCurrentAnimation == expand) mCurrentAnimation = null; in exitSoftware()
133 mCurrentAnimation = expand; in exitSoftware()
163 if (mCurrentAnimation == exit) mCurrentAnimation = null; in exitHardware()
172 mCurrentAnimation = exit; in exitHardware()
185 mCurrentAnimation = expand; in enterHardware()
219 mCurrentAnimation = expand; in enterSoftware()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarTransitions.java37 private Animator mCurrentAnimation; field in PhoneStatusBarTransitions
109 if (mCurrentAnimation != null) { in applyMode()
110 mCurrentAnimation.cancel(); in applyMode()
123 mCurrentAnimation = anims; in applyMode()
/frameworks/base/core/java/android/view/
DView.java2602 protected Animation mCurrentAnimation = null; field in View
20750 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null && in skipInvalidate()
22696 mCurrentAnimation = null; in onDetachedFromWindowInternal()
28425 return mCurrentAnimation; in getAnimation()
28444 if (mCurrentAnimation != null) { in clearAnimation()
28445 mCurrentAnimation.detach(); in clearAnimation()
28447 mCurrentAnimation = null; in clearAnimation()
28465 mCurrentAnimation = animation; in setAnimation()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62899 Landroid/view/View;->mCurrentAnimation:Landroid/view/animation/Animation;