Searched refs:PropertyBundle (Results 1 – 2 of 2) sorted by relevance
177 private static class PropertyBundle { class in ViewPropertyAnimator181 PropertyBundle(int propertyMask, ArrayList<NameValuesHolder> nameValuesHolder) { in PropertyBundle() method in ViewPropertyAnimator.PropertyBundle221 private HashMap<Animator, PropertyBundle> mAnimatorMap =222 new HashMap<Animator, PropertyBundle>();423 HashMap<Animator, PropertyBundle> mAnimatorMapCopy = in cancel()424 (HashMap<Animator, PropertyBundle>)mAnimatorMap.clone(); in cancel()875 mAnimatorMap.put(animator, new PropertyBundle(propertyMask, nameValueList)); in startAnimation()951 PropertyBundle bundle = mAnimatorMap.get(runningAnim); in animatePropertyBy()1143 PropertyBundle propertyBundle = mAnimatorMap.get(animation); in onAnimationUpdate()
1940 android.view.ViewPropertyAnimator$PropertyBundle