package K;

import G0.InterfaceC0247b0;
import G0.InterfaceC0249c0;
import h1.C2069a;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class b1 implements G0.I {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Z0.F f3796c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final J4.a f3797d;

    public b1(P0 p02, int i6, Z0.F f6, J4.a aVar) {
        this.f3794a = p02;
        this.f3795b = i6;
        this.f3796c = f6;
        this.f3797d = aVar;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof b1)) {
            return false;
        }
        b1 b1Var = (b1) obj;
        return kotlin.jvm.internal.o.c(this.f3794a, b1Var.f3794a) && this.f3795b == b1Var.f3795b && kotlin.jvm.internal.o.c(this.f3796c, b1Var.f3796c) && kotlin.jvm.internal.o.c(this.f3797d, b1Var.f3797d);
    }

    public final int hashCode() {
        return this.f3797d.hashCode() + ((this.f3796c.hashCode() + AbstractC2761L.a(this.f3795b, this.f3794a.hashCode() * 31, 31)) * 31);
    }

    @Override // G0.I
    /* JADX INFO: renamed from: measure-3p2s80s */
    public final InterfaceC0247b0 mo2measure3p2s80s(InterfaceC0249c0 interfaceC0249c0, G0.Z z6, long j4) {
        G0.q0 q0VarQ = z6.Q(C2069a.a(j4, 0, 0, 0, Integer.MAX_VALUE, 7));
        int iMin = Math.min(q0VarQ.f1999b, C2069a.g(j4));
        return interfaceC0249c0.e(q0VarQ.f1998a, iMin, x4.z.f26066a, new a1(this, q0VarQ, iMin, 0));
    }

    public final String toString() {
        return "VerticalScrollLayoutModifier(scrollerPosition=" + this.f3794a + ", cursorOffset=" + this.f3795b + ", transformedText=" + this.f3796c + ", textLayoutResultProvider=" + this.f3797d + ')';
    }
}
