package p;

import q.F0;

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

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

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

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

    public e0(float f6, long j4, F0 f0) {
        this.f22728a = f6;
        this.f22729b = j4;
        this.f22730c = f0;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof e0)) {
            return false;
        }
        e0 e0Var = (e0) obj;
        return Float.compare(this.f22728a, e0Var.f22728a) == 0 && p0.c0.a(this.f22729b, e0Var.f22729b) && this.f22730c.equals(e0Var.f22730c);
    }

    public final int hashCode() {
        int iHashCode = Float.hashCode(this.f22728a) * 31;
        int i6 = p0.c0.f22906c;
        return this.f22730c.hashCode() + com.google.android.recaptcha.internal.a.e(iHashCode, 31, this.f22729b);
    }

    public final String toString() {
        return "Scale(scale=" + this.f22728a + ", transformOrigin=" + ((Object) p0.c0.d(this.f22729b)) + ", animationSpec=" + this.f22730c + ')';
    }
}
