Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java134 private Runnable mPendingOnStartAction; field in ViewPropertyAnimator
434 mPendingOnStartAction = null; in cancel()
813 mPendingOnStartAction = runnable; in withStartAction()
852 || mPendingOnStartAction != null in hasActions()
885 if (mPendingOnStartAction != null) { in startAnimation()
886 mAnimatorOnStartMap.put(animator, mPendingOnStartAction); in startAnimation()
887 mPendingOnStartAction = null; in startAnimation()
/frameworks/base/config/
Dhiddenapi-private-dex.txt98292 Landroid/view/ViewPropertyAnimator;->mPendingOnStartAction:Ljava/lang/Runnable;