package c.i.a.c; import androidx.annotation.Nullable; import com.airbnb.lottie.parser.AnimatableValueParser; /* compiled from: SeekParameters */ public final class o1 { public static final o1 a; public static final o1 b; /* renamed from: c reason: collision with root package name */ public final long f935c; public final long d; static { o1 o1Var = new o1(0, 0); a = o1Var; boolean z2 = true; AnimatableValueParser.k(Long.MAX_VALUE >= 0); AnimatableValueParser.k(Long.MAX_VALUE >= 0); AnimatableValueParser.k(Long.MAX_VALUE >= 0); AnimatableValueParser.k(0 >= 0); AnimatableValueParser.k(0 >= 0); if (Long.MAX_VALUE < 0) { z2 = false; } AnimatableValueParser.k(z2); b = o1Var; } public o1(long j, long j2) { boolean z2 = true; AnimatableValueParser.k(j >= 0); AnimatableValueParser.k(j2 < 0 ? false : z2); this.f935c = j; this.d = j2; } public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } if (obj == null || o1.class != obj.getClass()) { return false; } o1 o1Var = (o1) obj; return this.f935c == o1Var.f935c && this.d == o1Var.d; } public int hashCode() { return (((int) this.f935c) * 31) + ((int) this.d); } }