Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java60 private Animator mCurrentAnimation; field in ActionBarContextView
259 mCurrentAnimation = makeOutAnimation(); in closeMode()
260 mCurrentAnimation.start(); in closeMode()
264 final Animator a = mCurrentAnimation; in finishAnimation()
266 mCurrentAnimation = null; in finishAnimation()
456 mCurrentAnimation = makeInAnimation(); in onLayout()
457 mCurrentAnimation.start(); in onLayout()
/frameworks/base/core/java/android/view/
DView.java1513 protected Animation mCurrentAnimation = null; field in View
8364 return (mViewFlags & VISIBILITY_MASK) != VISIBLE && mCurrentAnimation == null &&
9651 mCurrentAnimation = null;
12848 return mCurrentAnimation;
12867 if (mCurrentAnimation != null) {
12868 mCurrentAnimation.detach();
12870 mCurrentAnimation = null;
12886 mCurrentAnimation = animation;