Home | History | Annotate | Download | only in view

Lines Matching refs:mCurrentAnimation

1614     protected Animation mCurrentAnimation = null;
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;