Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java131 private Runnable mPendingOnEndAction; field in ViewPropertyAnimator
431 mPendingOnEndAction = null; in cancel()
835 mPendingOnEndAction = runnable; in withEndAction()
846 || mPendingOnEndAction != null; in hasActions()
879 if (mPendingOnEndAction != null) { in startAnimation()
880 mAnimatorOnEndMap.put(animator, mPendingOnEndAction); in startAnimation()
881 mPendingOnEndAction = null; in startAnimation()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84322 Landroid/view/ViewPropertyAnimator;->mPendingOnEndAction:Ljava/lang/Runnable;