Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java130 private Runnable mPendingOnStartAction; field in ViewPropertyAnimator
430 mPendingOnStartAction = null; in cancel()
806 mPendingOnStartAction = runnable; in withStartAction()
845 || mPendingOnStartAction != null in hasActions()
875 if (mPendingOnStartAction != null) { in startAnimation()
876 mAnimatorOnStartMap.put(animator, mPendingOnStartAction); in startAnimation()
877 mPendingOnStartAction = null; in startAnimation()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84323 Landroid/view/ViewPropertyAnimator;->mPendingOnStartAction:Ljava/lang/Runnable;