package i0;

import android.content.res.Resources;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Resources.Theme f26506b;

    public n(@NonNull Resources resources, @Nullable Resources.Theme theme) {
        this.f26505a = resources;
        this.f26506b = theme;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || n.class != obj.getClass()) {
            return false;
        }
        n nVar = (n) obj;
        return this.f26505a.equals(nVar.f26505a) && p0.c.equals(this.f26506b, nVar.f26506b);
    }

    public final int hashCode() {
        return p0.c.hash(this.f26505a, this.f26506b);
    }
}
