Searched defs:pathErrorScale (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java111 float pathErrorScale) throws NotFoundException {
126 animator = createAnimatorFromXml(resources, theme, parser, pathErrorScale);
1008 float pathErrorScale) throws NotFoundException {
1011 loadAnimator(res, theme, attrs, anim, pathErrorScale);
1026 AttributeSet attrs, ValueAnimator anim, float pathErrorScale)
1053 parseAnimatorFromTypeArray(anim, arrayAnimator, arrayObjectAnimator, pathErrorScale);
110 loadAnimator(Resources resources, Theme theme, int id, float pathErrorScale) argument
1007 loadObjectAnimator(Resources res, Theme theme, AttributeSet attrs, float pathErrorScale) argument
1025 loadAnimator(Resources res, Theme theme, AttributeSet attrs, ValueAnimator anim, float pathErrorScale) argument
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatorInflaterCompat.java125 @AnimatorRes int id, float pathErrorScale) throws NotFoundException {
131 animator = createAnimatorFromXml(context, resources, theme, parser, pathErrorScale);
871 float pathErrorScale, XmlPullParser parser) throws NotFoundException {
874 loadAnimator(context, res, theme, attrs, anim, pathErrorScale, parser);
888 AttributeSet attrs, ValueAnimator anim, float pathErrorScale, XmlPullParser parser)
899 parseAnimatorFromTypeArray(anim, arrayAnimator, arrayObjectAnimator, pathErrorScale,
124 loadAnimator(Context context, Resources resources, Theme theme, @AnimatorRes int id, float pathErrorScale) argument
869 loadObjectAnimator(Context context, Resources res, Theme theme, AttributeSet attrs, float pathErrorScale, XmlPullParser parser) argument
887 loadAnimator(Context context, Resources res, Theme theme, AttributeSet attrs, ValueAnimator anim, float pathErrorScale, XmlPullParser parser) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java527 float pathErrorScale = 1;
545 pathErrorScale = vectorDrawable.getPixelSize();
563 res, theme, animResId, pathErrorScale);
572 state.addPendingAnimator(animResId, pathErrorScale, target);
765 public void addPendingAnimator(int resId, float pathErrorScale, String target) { argument
769 mPendingAnims.add(new PendingAnimator(resId, pathErrorScale, target));
878 public final float pathErrorScale; field in class:AnimatedVectorDrawable.AnimatedVectorDrawableState.PendingAnimator
881 public PendingAnimator(int animResId, float pathErrorScale, String target) { argument
883 this.pathErrorScale = pathErrorScale;
[all...]

Completed in 100 milliseconds