package E;

import android.content.res.ColorStateList;
import android.content.res.Configuration;
import android.content.res.Resources;

/* JADX INFO: loaded from: classes.dex */
public final class h {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ColorStateList f1949a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Configuration f1950b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final int f1951c;

    public h(ColorStateList colorStateList, Configuration configuration, Resources.Theme theme) {
        this.f1949a = colorStateList;
        this.f1950b = configuration;
        this.f1951c = theme == null ? 0 : theme.hashCode();
    }
}
