Searched refs:PropertyBundle (Results 1 – 4 of 4) sorted by relevance
178 private static class PropertyBundle { class in ViewPropertyAnimator182 PropertyBundle(int propertyMask, ArrayList<NameValuesHolder> nameValuesHolder) { in PropertyBundle() method in ViewPropertyAnimator.PropertyBundle222 private HashMap<Animator, PropertyBundle> mAnimatorMap =223 new HashMap<Animator, PropertyBundle>();424 HashMap<Animator, PropertyBundle> mAnimatorMapCopy = in cancel()425 (HashMap<Animator, PropertyBundle>)mAnimatorMap.clone(); in cancel()876 mAnimatorMap.put(animator, new PropertyBundle(propertyMask, nameValueList)); in startAnimation()952 PropertyBundle bundle = mAnimatorMap.get(runningAnim); in animatePropertyBy()1144 PropertyBundle propertyBundle = mAnimatorMap.get(animation); in onAnimationUpdate()
2519 android.view.ViewPropertyAnimator$PropertyBundle
4544 android.view.ViewPropertyAnimator$PropertyBundle
2890 Landroid/view/ViewPropertyAnimator$PropertyBundle;