Searched refs:mPendingCleanupAction (Results 1 – 2 of 2) sorted by relevance
130 private Runnable mPendingCleanupAction; field in ViewPropertyAnimator430 mPendingCleanupAction = null; in cancel()779 mPendingCleanupAction = new Runnable() { in withLayer()845 || mPendingCleanupAction != null in hasActions()872 if (mPendingCleanupAction != null) { in startAnimation()873 mAnimatorCleanupMap.put(animator, mPendingCleanupAction); in startAnimation()874 mPendingCleanupAction = null; in startAnimation()
67655 Landroid/view/ViewPropertyAnimator;->mPendingCleanupAction:Ljava/lang/Runnable;