Loading graphics/java/android/graphics/drawable/AnimatedRotateDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ public class AnimatedRotateDrawable extends Drawable implements Drawable.Callbac public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException { final TypedArray a = r.obtainAttributes(attrs, R.styleable.AnimatedRotateDrawable); final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable); super.inflateWithAttributes(r, parser, a, R.styleable.AnimatedRotateDrawable_visible); Loading graphics/java/android/graphics/drawable/AnimatedStateListDrawable.java +2 −1 Original line number Diff line number Diff line Loading @@ -357,7 +357,8 @@ public class AnimatedStateListDrawable extends StateListDrawable { public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) throws XmlPullParserException, IOException { final TypedArray a = r.obtainAttributes(attrs, R.styleable.AnimatedStateListDrawable); final TypedArray a = obtainAttributes( r, theme, attrs, R.styleable.AnimatedStateListDrawable); super.inflateWithAttributes(r, parser, a, R.styleable.AnimatedStateListDrawable_visible); Loading graphics/java/android/graphics/drawable/AnimationDrawable.java +3 −2 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ public class AnimationDrawable extends DrawableContainer implements Runnable, An public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException { TypedArray a = r.obtainAttributes(attrs, TypedArray a = obtainAttributes(r, theme, attrs, com.android.internal.R.styleable.AnimationDrawable); super.inflateWithAttributes(r, parser, a, Loading Loading @@ -300,7 +300,8 @@ public class AnimationDrawable extends DrawableContainer implements Runnable, An continue; } a = r.obtainAttributes(attrs, com.android.internal.R.styleable.AnimationDrawableItem); a = obtainAttributes( r, theme, attrs, com.android.internal.R.styleable.AnimationDrawableItem); int duration = a.getInt( com.android.internal.R.styleable.AnimationDrawableItem_duration, -1); if (duration < 0) { Loading graphics/java/android/graphics/drawable/ClipDrawable.java +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ public class ClipDrawable extends Drawable implements Drawable.Callback { int type; TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ClipDrawable); TypedArray a = obtainAttributes( r, theme, attrs, com.android.internal.R.styleable.ClipDrawable); int orientation = a.getInt( com.android.internal.R.styleable.ClipDrawable_clipOrientation, Loading graphics/java/android/graphics/drawable/InsetDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ public class InsetDrawable extends Drawable implements Drawable.Callback { @Override public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException { final TypedArray a = r.obtainAttributes(attrs, R.styleable.InsetDrawable); final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable); super.inflateWithAttributes(r, parser, a, R.styleable.InsetDrawable_visible); mInsetState.mDrawable = null; Loading Loading
graphics/java/android/graphics/drawable/AnimatedRotateDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -257,7 +257,7 @@ public class AnimatedRotateDrawable extends Drawable implements Drawable.Callbac public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException { final TypedArray a = r.obtainAttributes(attrs, R.styleable.AnimatedRotateDrawable); final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable); super.inflateWithAttributes(r, parser, a, R.styleable.AnimatedRotateDrawable_visible); Loading
graphics/java/android/graphics/drawable/AnimatedStateListDrawable.java +2 −1 Original line number Diff line number Diff line Loading @@ -357,7 +357,8 @@ public class AnimatedStateListDrawable extends StateListDrawable { public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) throws XmlPullParserException, IOException { final TypedArray a = r.obtainAttributes(attrs, R.styleable.AnimatedStateListDrawable); final TypedArray a = obtainAttributes( r, theme, attrs, R.styleable.AnimatedStateListDrawable); super.inflateWithAttributes(r, parser, a, R.styleable.AnimatedStateListDrawable_visible); Loading
graphics/java/android/graphics/drawable/AnimationDrawable.java +3 −2 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ public class AnimationDrawable extends DrawableContainer implements Runnable, An public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException { TypedArray a = r.obtainAttributes(attrs, TypedArray a = obtainAttributes(r, theme, attrs, com.android.internal.R.styleable.AnimationDrawable); super.inflateWithAttributes(r, parser, a, Loading Loading @@ -300,7 +300,8 @@ public class AnimationDrawable extends DrawableContainer implements Runnable, An continue; } a = r.obtainAttributes(attrs, com.android.internal.R.styleable.AnimationDrawableItem); a = obtainAttributes( r, theme, attrs, com.android.internal.R.styleable.AnimationDrawableItem); int duration = a.getInt( com.android.internal.R.styleable.AnimationDrawableItem_duration, -1); if (duration < 0) { Loading
graphics/java/android/graphics/drawable/ClipDrawable.java +2 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,8 @@ public class ClipDrawable extends Drawable implements Drawable.Callback { int type; TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ClipDrawable); TypedArray a = obtainAttributes( r, theme, attrs, com.android.internal.R.styleable.ClipDrawable); int orientation = a.getInt( com.android.internal.R.styleable.ClipDrawable_clipOrientation, Loading
graphics/java/android/graphics/drawable/InsetDrawable.java +1 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,7 @@ public class InsetDrawable extends Drawable implements Drawable.Callback { @Override public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) throws XmlPullParserException, IOException { final TypedArray a = r.obtainAttributes(attrs, R.styleable.InsetDrawable); final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable); super.inflateWithAttributes(r, parser, a, R.styleable.InsetDrawable_visible); mInsetState.mDrawable = null; Loading