package x;

import i0.AbstractC2254r;

/* JADX INFO: loaded from: classes.dex */
final class I0 extends I0.Z {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final K.O0 f25595a;

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final boolean f25598d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final z.l f25599e;

    public I0(K.O0 o02, EnumC3207z0 enumC3207z0, boolean z6, boolean z7, z.l lVar) {
        this.f25595a = o02;
        this.f25596b = enumC3207z0;
        this.f25597c = z6;
        this.f25598d = z7;
        this.f25599e = lVar;
    }

    @Override // I0.Z
    public final AbstractC2254r create() {
        z.l lVar = this.f25599e;
        return new Z0(null, null, null, this.f25596b, this.f25595a, lVar, this.f25597c, this.f25598d);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof I0)) {
            return false;
        }
        I0 i02 = (I0) obj;
        return kotlin.jvm.internal.o.c(this.f25595a, i02.f25595a) && this.f25596b == i02.f25596b && this.f25597c == i02.f25597c && this.f25598d == i02.f25598d && kotlin.jvm.internal.o.c(this.f25599e, i02.f25599e);
    }

    public final int hashCode() {
        int iF = com.google.android.recaptcha.internal.a.f(com.google.android.recaptcha.internal.a.f((this.f25596b.hashCode() + (this.f25595a.hashCode() * 31)) * 961, 31, this.f25597c), 961, this.f25598d);
        z.l lVar = this.f25599e;
        return (iF + (lVar != null ? lVar.hashCode() : 0)) * 31;
    }

    @Override // I0.Z
    public final void inspectableProperties(J0.L0 l02) {
        l02.f2894a = "scrollable";
        H4.f fVar = l02.f2896c;
        fVar.c(this.f25596b, "orientation");
        fVar.c(this.f25595a, "state");
        fVar.c(null, "overscrollEffect");
        fVar.c(Boolean.valueOf(this.f25597c), "enabled");
        fVar.c(Boolean.valueOf(this.f25598d), "reverseDirection");
        fVar.c(null, "flingBehavior");
        fVar.c(this.f25599e, "interactionSource");
        fVar.c(null, "bringIntoViewSpec");
    }

    @Override // I0.Z
    public final void update(AbstractC2254r abstractC2254r) {
        z.l lVar = this.f25599e;
        ((Z0) abstractC2254r).O0(null, null, null, this.f25596b, this.f25595a, lVar, this.f25597c, this.f25598d);
    }
}
