discord-jadx/app/src/main/java/c/i/a/c/o1.java

53 lines
1.4 KiB
Java

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 f936c;
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.f936c = 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.f936c == o1Var.f936c && this.d == o1Var.d;
}
public int hashCode() {
return (((int) this.f936c) * 31) + ((int) this.d);
}
}