package q2;

import com.google.android.gms.internal.measurement.AbstractC0707u1;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final h f16239c;

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

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

    static {
        C1459b c1459b = C1459b.i;
        f16239c = new h(c1459b, c1459b);
    }

    public h(AbstractC0707u1 abstractC0707u1, AbstractC0707u1 abstractC0707u12) {
        this.f16240a = abstractC0707u1;
        this.f16241b = abstractC0707u12;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof h)) {
            return false;
        }
        h hVar = (h) obj;
        return P6.g.a(this.f16240a, hVar.f16240a) && P6.g.a(this.f16241b, hVar.f16241b);
    }

    public final int hashCode() {
        return this.f16241b.hashCode() + (this.f16240a.hashCode() * 31);
    }

    public final String toString() {
        return "Size(width=" + this.f16240a + ", height=" + this.f16241b + ')';
    }
}
