Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java178 private static class PropertyBundle { class in ViewPropertyAnimator
182 PropertyBundle(int propertyMask, ArrayList<NameValuesHolder> nameValuesHolder) { in PropertyBundle() method in ViewPropertyAnimator.PropertyBundle
222 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()
/frameworks/base/
Dpreloaded-classes2519 android.view.ViewPropertyAnimator$PropertyBundle
Dcompiled-classes-phone4544 android.view.ViewPropertyAnimator$PropertyBundle
/frameworks/base/services/
Dprofile-classes2890 Landroid/view/ViewPropertyAnimator$PropertyBundle;