Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java128 private Runnable mPendingSetupAction; field in ViewPropertyAnimator
428 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84324 Landroid/view/ViewPropertyAnimator;->mPendingSetupAction:Ljava/lang/Runnable;