Home
last modified time | relevance | path

Searched refs:mPendingCleanupAction (Results 1 – 2 of 2) 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()
/frameworks/base/config/
Dhiddenapi-private-dex.txt98290 Landroid/view/ViewPropertyAnimator;->mPendingCleanupAction:Ljava/lang/Runnable;