Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java221 private HashMap<Animator, PropertyBundle> mAnimatorMap = field in ViewPropertyAnimator
422 if (mAnimatorMap.size() > 0) { in cancel()
424 (HashMap<Animator, PropertyBundle>)mAnimatorMap.clone(); in cancel()
875 mAnimatorMap.put(animator, new PropertyBundle(propertyMask, nameValueList)); in startAnimation()
947 if (mAnimatorMap.size() > 0) { in animatePropertyBy()
949 Set<Animator> animatorSet = mAnimatorMap.keySet(); in animatePropertyBy()
951 PropertyBundle bundle = mAnimatorMap.get(runningAnim); in animatePropertyBy()
1130 mAnimatorMap.remove(animation); in onAnimationEnd()
1143 PropertyBundle propertyBundle = mAnimatorMap.get(animation); in onAnimationUpdate()