Searched refs:mPendingSetupAction (Results 1 – 2 of 2) sorted by relevance
128 private Runnable mPendingSetupAction; field in ViewPropertyAnimator428 mPendingSetupAction = null; in cancel()768 mPendingSetupAction= new Runnable() { in withLayer()843 return mPendingSetupAction != null in hasActions()867 if (mPendingSetupAction != null) { in startAnimation()868 mAnimatorSetupMap.put(animator, mPendingSetupAction); in startAnimation()869 mPendingSetupAction = null; in startAnimation()
84324 Landroid/view/ViewPropertyAnimator;->mPendingSetupAction:Ljava/lang/Runnable;