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

/frameworks/base/core/java/android/view/
H A DView.java1385 protected Animation mCurrentAnimation = null; field in class:View
8525 return mCurrentAnimation;
8543 if (mCurrentAnimation != null) {
8544 mCurrentAnimation.detach();
8546 mCurrentAnimation = null;
8561 mCurrentAnimation = animation;

Completed in 43 milliseconds