Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java133 private Runnable mPendingCleanupAction; field in ViewPropertyAnimator
433 mPendingCleanupAction = null; in cancel()
785 mPendingCleanupAction = new Runnable() { in withLayer()
851 || mPendingCleanupAction != null in hasActions()
881 if (mPendingCleanupAction != null) { in startAnimation()
882 mAnimatorCleanupMap.put(animator, mPendingCleanupAction); in startAnimation()
883 mPendingCleanupAction = null; in startAnimation()