Searched defs:mCurrentAnimation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitions.java36 private Animator mCurrentAnimation; field in class:PhoneStatusBarTransitions
85 if (mCurrentAnimation != null) {
86 mCurrentAnimation.cancel();
101 mCurrentAnimation = anims;
/frameworks/base/core/java/android/view/
H A DView.java2098 protected Animation mCurrentAnimation = null; field in class:View
15431 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;

Completed in 107 milliseconds