Home
last modified time | relevance | path

Searched refs:NameValuesHolder (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java131 ArrayList<NameValuesHolder> mPendingAnimations = new ArrayList<NameValuesHolder>();
180 ArrayList<NameValuesHolder> mNameValuesHolder;
182 PropertyBundle(int propertyMask, ArrayList<NameValuesHolder> nameValuesHolder) { in PropertyBundle()
201 NameValuesHolder nameValuesHolder = mNameValuesHolder.get(i); in cancel()
235 static class NameValuesHolder { class in ViewPropertyAnimator
239 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder() method in ViewPropertyAnimator.NameValuesHolder
867 ArrayList<NameValuesHolder> nameValueList = in startAnimation()
868 (ArrayList<NameValuesHolder>) mPendingAnimations.clone(); in startAnimation()
873 NameValuesHolder nameValuesHolder = nameValueList.get(i); in startAnimation()
970 NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue); in animatePropertyBy()
[all …]
DViewPropertyAnimatorRT.java20 import android.view.ViewPropertyAnimator.NameValuesHolder;
80 NameValuesHolder holder = parent.mPendingAnimations.get(i); in doStartAnimation()
126 private void cancelAnimators(ArrayList<NameValuesHolder> mPendingAnimations) { in cancelAnimators()
129 NameValuesHolder holder = mPendingAnimations.get(i); in cancelAnimators()
/frameworks/base/config/
Dpreloaded-classes3417 android.view.ViewPropertyAnimator$NameValuesHolder
Dhiddenapi-private-dex.txt98258 Landroid/view/ViewPropertyAnimator$NameValuesHolder;
98259 Landroid/view/ViewPropertyAnimator$NameValuesHolder;-><init>(IFF)V
98260 Landroid/view/ViewPropertyAnimator$NameValuesHolder;->mDeltaValue:F
98261 Landroid/view/ViewPropertyAnimator$NameValuesHolder;->mFromValue:F
98262 Landroid/view/ViewPropertyAnimator$NameValuesHolder;->mNameConstant:I
Dboot-image-profile.txt58877 Landroid/view/ViewPropertyAnimator$NameValuesHolder;