package p;

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

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

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

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

    public b0(float f6, float f7, long j4) {
        this.f22699a = f6;
        this.f22700b = f7;
        this.f22701c = j4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof b0)) {
            return false;
        }
        b0 b0Var = (b0) obj;
        return Float.compare(this.f22699a, b0Var.f22699a) == 0 && Float.compare(this.f22700b, b0Var.f22700b) == 0 && this.f22701c == b0Var.f22701c;
    }

    public final int hashCode() {
        return Long.hashCode(this.f22701c) + com.google.android.recaptcha.internal.a.b(this.f22700b, Float.hashCode(this.f22699a) * 31, 31);
    }

    public final String toString() {
        return "FlingInfo(initialVelocity=" + this.f22699a + ", distance=" + this.f22700b + ", duration=" + this.f22701c + ')';
    }
}
