package y1;

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 f26159a;

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

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

    public h(ColorStateList colorStateList, Configuration configuration, Resources.Theme theme) {
        this.f26159a = colorStateList;
        this.f26160b = configuration;
        this.f26161c = theme == null ? 0 : theme.hashCode();
    }
}
