Searched refs:mPendingAnimations (Results 1 – 2 of 2) sorted by relevance
49 cancelAnimators(parent.mPendingAnimations); in startAnimation()67 int size = parent.mPendingAnimations.size(); in doStartAnimation()80 NameValuesHolder holder = parent.mPendingAnimations.get(i); in doStartAnimation()94 parent.mPendingAnimations.clear(); in doStartAnimation()126 private void cancelAnimators(ArrayList<NameValuesHolder> mPendingAnimations) { in cancelAnimators() argument127 int size = mPendingAnimations.size(); in cancelAnimators()129 NameValuesHolder holder = mPendingAnimations.get(i); in cancelAnimators()
131 ArrayList<NameValuesHolder> mPendingAnimations = new ArrayList<NameValuesHolder>(); field in ViewPropertyAnimator431 mPendingAnimations.clear(); in cancel()868 (ArrayList<NameValuesHolder>) mPendingAnimations.clone(); in startAnimation()869 mPendingAnimations.clear(); in startAnimation()971 mPendingAnimations.add(nameValuePair); in animatePropertyBy()