package b0;

import kotlin.jvm.internal.o;

/* JADX INFO: renamed from: b0.g, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1185g {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final A2.b f13224a;

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

    public C1185g(A2.b bVar, C1184f c1184f) {
        this.f13224a = bVar;
        this.f13225b = c1184f;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1185g)) {
            return false;
        }
        C1185g c1185g = (C1185g) obj;
        return o.c(this.f13224a, c1185g.f13224a) && o.c(this.f13225b, c1185g.f13225b);
    }

    public final int hashCode() {
        return this.f13225b.hashCode() + (this.f13224a.hashCode() * 31);
    }

    public final String toString() {
        return "WindowAdaptiveInfo(windowSizeClass=" + this.f13224a + ", windowPosture=" + this.f13225b + ')';
    }
}
