package t;

import q.InterfaceC2807y;

/* JADX INFO: renamed from: t.h, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2925h {

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

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

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

    public C2925h(float f6, Object obj, InterfaceC2807y interfaceC2807y) {
        this.f24224a = f6;
        this.f24225b = obj;
        this.f24226c = interfaceC2807y;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2925h)) {
            return false;
        }
        C2925h c2925h = (C2925h) obj;
        return Float.compare(this.f24224a, c2925h.f24224a) == 0 && kotlin.jvm.internal.o.c(this.f24225b, c2925h.f24225b) && kotlin.jvm.internal.o.c(this.f24226c, c2925h.f24226c);
    }

    public final int hashCode() {
        int iHashCode = Float.hashCode(this.f24224a) * 31;
        Object obj = this.f24225b;
        return this.f24226c.hashCode() + ((iHashCode + (obj == null ? 0 : obj.hashCode())) * 31);
    }

    public final String toString() {
        return "Keyframe(fraction=" + this.f24224a + ", value=" + this.f24225b + ", interpolator=" + this.f24226c + ')';
    }
}
