Searched defs:mPendingSetupAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java131 private Runnable mPendingSetupAction; field in class:ViewPropertyAnimator
431 mPendingSetupAction = null;
774 mPendingSetupAction= new Runnable() {
849 return mPendingSetupAction != null
876 if (mPendingSetupAction != null) {
877 mAnimatorSetupMap.put(animator, mPendingSetupAction);
878 mPendingSetupAction = null;

Completed in 79 milliseconds