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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java117 private Runnable mPendingCleanupAction; field in class:ViewPropertyAnimator
654 mPendingCleanupAction = new Runnable() {
740 if (mPendingCleanupAction != null) {
741 mAnimatorCleanupMap.put(animator, mPendingCleanupAction);
742 mPendingCleanupAction = null;

Completed in 41 milliseconds