package p;

import q.C2769d;

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

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

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

    public h0(C2769d c2769d, long j4) {
        this.f22750a = c2769d;
        this.f22751b = j4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof h0)) {
            return false;
        }
        h0 h0Var = (h0) obj;
        return this.f22750a.equals(h0Var.f22750a) && h1.l.a(this.f22751b, h0Var.f22751b);
    }

    public final int hashCode() {
        return Long.hashCode(this.f22751b) + (this.f22750a.hashCode() * 31);
    }

    public final String toString() {
        return "AnimData(anim=" + this.f22750a + ", startSize=" + ((Object) h1.l.b(this.f22751b)) + ')';
    }
}
