Searched refs:mCurrentAnimation (Results 1 – 2 of 2) sorted by relevance
60 private Animator mCurrentAnimation; field in ActionBarContextView259 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()
1513 protected Animation mCurrentAnimation = null; field in View8364 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;