Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java133 private Runnable mPendingOnStartAction; field in ViewPropertyAnimator
433 mPendingOnStartAction = null; in cancel()
812 mPendingOnStartAction = runnable; in withStartAction()
851 || mPendingOnStartAction != null in hasActions()
884 if (mPendingOnStartAction != null) { in startAnimation()
885 mAnimatorOnStartMap.put(animator, mPendingOnStartAction); in startAnimation()
886 mPendingOnStartAction = null; in startAnimation()