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

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

Completed in 188 milliseconds