You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
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);
|
|
}
|
|
} |