Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java132 private Runnable mPendingCleanupAction; field in ViewPropertyAnimator
432 mPendingCleanupAction = null; in cancel()
784 mPendingCleanupAction = new Runnable() { in withLayer()
850 || mPendingCleanupAction != null in hasActions()
880 if (mPendingCleanupAction != null) { in startAnimation()
881 mAnimatorCleanupMap.put(animator, mPendingCleanupAction); in startAnimation()
882 mPendingCleanupAction = null; in startAnimation()