Home
last modified time | relevance | path

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

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