Searched refs:mPendingCleanupAction (Results 1 – 2 of 2) sorted by relevance
129 private Runnable mPendingCleanupAction; field in ViewPropertyAnimator429 mPendingCleanupAction = null; in cancel()778 mPendingCleanupAction = new Runnable() { in withLayer()844 || mPendingCleanupAction != null in hasActions()871 if (mPendingCleanupAction != null) { in startAnimation()872 mAnimatorCleanupMap.put(animator, mPendingCleanupAction); in startAnimation()873 mPendingCleanupAction = null; in startAnimation()
84321 Landroid/view/ViewPropertyAnimator;->mPendingCleanupAction:Ljava/lang/Runnable;