package I0;

import P.s0;
import r4.AbstractC0983h;

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

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

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

    public m(F0.b bVar, s0 s0Var) {
        AbstractC0983h.e("_windowInsetsCompat", s0Var);
        this.f906a = bVar;
        this.f907b = s0Var;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!m.class.equals(obj != null ? obj.getClass() : null)) {
            return false;
        }
        AbstractC0983h.c("null cannot be cast to non-null type androidx.window.layout.WindowMetrics", obj);
        m mVar = (m) obj;
        return AbstractC0983h.a(this.f906a, mVar.f906a) && AbstractC0983h.a(this.f907b, mVar.f907b);
    }

    public final int hashCode() {
        return this.f907b.hashCode() + (this.f906a.hashCode() * 31);
    }

    public final String toString() {
        return "WindowMetrics( bounds=" + this.f906a + ", windowInsetsCompat=" + this.f907b + ')';
    }
}
