Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java132 private Runnable mPendingSetupAction; field in ViewPropertyAnimator
432 mPendingSetupAction = null; in cancel()
775 mPendingSetupAction= new Runnable() { in withLayer()
850 return mPendingSetupAction != null in hasActions()
877 if (mPendingSetupAction != null) { in startAnimation()
878 mAnimatorSetupMap.put(animator, mPendingSetupAction); in startAnimation()
879 mPendingSetupAction = null; in startAnimation()
/frameworks/base/config/
Dhiddenapi-private-dex.txt98293 Landroid/view/ViewPropertyAnimator;->mPendingSetupAction:Ljava/lang/Runnable;