Searched refs:PropertyBundle (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java178 private static class PropertyBundle { class in class:ViewPropertyAnimator
182 PropertyBundle(int propertyMask, ArrayList<NameValuesHolder> nameValuesHolder) { method in class:ViewPropertyAnimator.PropertyBundle
189 * PropertyBundle. If the property was a part of this bundle, it returns
222 private HashMap<Animator, PropertyBundle> mAnimatorMap =
223 new HashMap<Animator, PropertyBundle>();
424 HashMap<Animator, PropertyBundle> mAnimatorMapCopy =
425 (HashMap<Animator, PropertyBundle>)mAnimatorMap.clone();
876 mAnimatorMap.put(animator, new PropertyBundle(propertyMask, nameValueList));
952 PropertyBundle bundle = mAnimatorMap.get(runningAnim);
1144 PropertyBundle propertyBundl
[all...]
/frameworks/base/config/
H A Dpreloaded-classes2453 android.view.ViewPropertyAnimator$PropertyBundle
H A Dcompiled-classes-phone4610 android.view.ViewPropertyAnimator$PropertyBundle

Completed in 541 milliseconds