Searched refs:mCurrentAnimation (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarTransitions.java36 private Animator mCurrentAnimation; field in class:PhoneStatusBarTransitions
84 if (mCurrentAnimation != null) {
85 mCurrentAnimation.cancel();
100 mCurrentAnimation = anims;
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java61 private Animator mCurrentAnimation; field in class:ActionBarContextView
263 mCurrentAnimation = makeOutAnimation();
264 mCurrentAnimation.start();
268 final Animator a = mCurrentAnimation;
270 mCurrentAnimation = null;
472 mCurrentAnimation = makeInAnimation();
473 mCurrentAnimation.start();
/frameworks/base/core/java/android/view/
H A DView.java1537 protected Animation mCurrentAnimation = null; field in class:View
10796 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null &&
12441 mCurrentAnimation = null;
16781 return mCurrentAnimation;
16800 if (mCurrentAnimation != null) {
16801 mCurrentAnimation.detach();
16803 mCurrentAnimation = null;
16821 mCurrentAnimation = animation;

Completed in 96 milliseconds