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

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java134 private Runnable mPendingOnStartAction; field in class:ViewPropertyAnimator
434 mPendingOnStartAction = null;
813 mPendingOnStartAction = runnable;
852 || mPendingOnStartAction != null
885 if (mPendingOnStartAction != null) {
886 mAnimatorOnStartMap.put(animator, mPendingOnStartAction);
887 mPendingOnStartAction = null;

Completed in 506 milliseconds