package p019g; import android.content.res.Resources; import android.content.res.TypedArray; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import org.xmlpull.v1.XmlPullParser; /* renamed from: g.g */ /* loaded from: classes.dex */ public class C0728g { /* renamed from: a */ public static Drawable m3048a(Resources resources, XmlPullParser xmlPullParser, AttributeSet attributeSet, Resources.Theme theme) { Drawable createFromXmlInner; createFromXmlInner = Drawable.createFromXmlInner(resources, xmlPullParser, attributeSet, theme); return createFromXmlInner; } /* renamed from: b */ public static int m3047b(TypedArray typedArray) { int changingConfigurations; changingConfigurations = typedArray.getChangingConfigurations(); return changingConfigurations; } /* renamed from: c */ public static void m3046c(Drawable drawable, Resources resources, XmlPullParser xmlPullParser, AttributeSet attributeSet, Resources.Theme theme) { drawable.inflate(resources, xmlPullParser, attributeSet, theme); } }