Searched refs:mCurrentAnimation (Results 1 - 4 of 4) 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/com/android/internal/widget/
H A DActionBarContextView.java64 private Animator mCurrentAnimation; field in class:ActionBarContextView
276 mCurrentAnimation = makeOutAnimation();
277 mCurrentAnimation.start();
281 final Animator a = mCurrentAnimation;
283 mCurrentAnimation = null;
485 mCurrentAnimation = makeInAnimation();
486 mCurrentAnimation.start();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java62 private ViewPropertyAnimatorCompatSet mCurrentAnimation; field in class:ActionBarContextView
269 mCurrentAnimation = makeOutAnimation();
270 mCurrentAnimation.start();
274 final ViewPropertyAnimatorCompatSet a = mCurrentAnimation;
276 mCurrentAnimation = null;
479 mCurrentAnimation = makeInAnimation();
480 mCurrentAnimation.start();
/frameworks/base/core/java/android/view/
H A DView.java1614 protected Animation mCurrentAnimation = null; field in class:View
11695 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null &&
13414 mCurrentAnimation = null;
17847 return mCurrentAnimation;
17866 if (mCurrentAnimation != null) {
17867 mCurrentAnimation.detach();
17869 mCurrentAnimation = null;
17887 mCurrentAnimation = animation;

Completed in 180 milliseconds