Home
last modified time | relevance | path

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

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