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.java2058 protected Animation mCurrentAnimation = null; field in class:View
15363 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null &&
17247 mCurrentAnimation = null;
22303 return mCurrentAnimation;
22322 if (mCurrentAnimation != null) {
22323 mCurrentAnimation.detach();
22325 mCurrentAnimation = null;
22343 mCurrentAnimation = animation;

Completed in 110 milliseconds