package t;

import java.util.List;
import q.AbstractC2761L;
import q.InterfaceC2807y;

/* JADX INFO: renamed from: t.o, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2932o extends AbstractC2933p {

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

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

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

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

    public C2932o(String str, String str2, List list, InterfaceC2807y interfaceC2807y) {
        this.f24240a = str;
        this.f24241b = str2;
        this.f24242c = list;
        this.f24243d = interfaceC2807y;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2932o)) {
            return false;
        }
        C2932o c2932o = (C2932o) obj;
        return this.f24240a.equals(c2932o.f24240a) && this.f24241b.equals(c2932o.f24241b) && this.f24242c.equals(c2932o.f24242c) && kotlin.jvm.internal.o.c(this.f24243d, c2932o.f24243d);
    }

    public final int hashCode() {
        return this.f24243d.hashCode() + ((this.f24242c.hashCode() + AbstractC2761L.b(this.f24240a.hashCode() * 31, 31, this.f24241b)) * 31);
    }

    public final String toString() {
        return "PropertyValuesHolder2D(xPropertyName=" + this.f24240a + ", yPropertyName=" + this.f24241b + ", pathData=" + this.f24242c + ", interpolator=" + this.f24243d + ')';
    }
}
