package c0;

import i0.C2246j;

/* JADX INFO: renamed from: c0.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1202c implements InterfaceC1211l {

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

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

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

    public C1202c(C2246j c2246j, C2246j c2246j2, int i6) {
        this.f13314a = c2246j;
        this.f13315b = c2246j2;
        this.f13316c = i6;
    }

    @Override // c0.InterfaceC1211l
    public final int a(h1.k kVar, long j4, int i6) {
        int iA = this.f13315b.a(0, kVar.b());
        return kVar.f16624b + iA + (-this.f13314a.a(0, i6)) + this.f13316c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1202c)) {
            return false;
        }
        C1202c c1202c = (C1202c) obj;
        return this.f13314a.equals(c1202c.f13314a) && this.f13315b.equals(c1202c.f13315b) && this.f13316c == c1202c.f13316c;
    }

    public final int hashCode() {
        return Integer.hashCode(this.f13316c) + com.google.android.recaptcha.internal.a.b(this.f13315b.f18812a, Float.hashCode(this.f13314a.f18812a) * 31, 31);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("Vertical(menuAlignment=");
        sb.append(this.f13314a);
        sb.append(", anchorAlignment=");
        sb.append(this.f13315b);
        sb.append(", offset=");
        return com.google.android.recaptcha.internal.a.m(sb, this.f13316c, ')');
    }
}
