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/config/
Dpreloaded-classes3418 android.view.ViewPropertyAnimator$PropertyBundle
Dhiddenapi-private-dex.txt98263 Landroid/view/ViewPropertyAnimator$PropertyBundle;
98264 Landroid/view/ViewPropertyAnimator$PropertyBundle;-><init>(ILjava/util/ArrayList;)V
98265 Landroid/view/ViewPropertyAnimator$PropertyBundle;->cancel(I)Z
98266 Landroid/view/ViewPropertyAnimator$PropertyBundle;->mNameValuesHolder:Ljava/util/ArrayList;
98267 Landroid/view/ViewPropertyAnimator$PropertyBundle;->mPropertyMask:I
Dboot-image-profile.txt34336 HSPLandroid/view/ViewPropertyAnimator$PropertyBundle;->cancel(I)Z
58878 Landroid/view/ViewPropertyAnimator$PropertyBundle;