- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
60 lines
1.9 KiB
Java
60 lines
1.9 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.be;
|
|
import com.ironsource.mediationsdk.logger.IronSourceError;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class zd {
|
|
public final be.a a;
|
|
public final long b;
|
|
public final long c;
|
|
public final long d;
|
|
public final long e;
|
|
public final boolean f;
|
|
public final boolean g;
|
|
public final boolean h;
|
|
public final boolean i;
|
|
|
|
public zd(be.a aVar, long j, long j2, long j3, long j4, boolean z, boolean z2, boolean z3, boolean z4) {
|
|
boolean z5 = false;
|
|
b1.a(!z4 || z2);
|
|
b1.a(!z3 || z2);
|
|
if (!z || (!z2 && !z3 && !z4)) {
|
|
z5 = true;
|
|
}
|
|
b1.a(z5);
|
|
this.a = aVar;
|
|
this.b = j;
|
|
this.c = j2;
|
|
this.d = j3;
|
|
this.e = j4;
|
|
this.f = z;
|
|
this.g = z2;
|
|
this.h = z3;
|
|
this.i = z4;
|
|
}
|
|
|
|
public zd b(long j) {
|
|
return j == this.b ? this : new zd(this.a, j, this.c, this.d, this.e, this.f, this.g, this.h, this.i);
|
|
}
|
|
|
|
public zd a(long j) {
|
|
return j == this.c ? this : new zd(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h, this.i);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || zd.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
zd zdVar = (zd) obj;
|
|
return this.b == zdVar.b && this.c == zdVar.c && this.d == zdVar.d && this.e == zdVar.e && this.f == zdVar.f && this.g == zdVar.g && this.h == zdVar.h && this.i == zdVar.i && xp.a(this.a, zdVar.a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return ((((((((((((((((this.a.hashCode() + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + ((int) this.b)) * 31) + ((int) this.c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0)) * 31) + (this.i ? 1 : 0);
|
|
}
|
|
}
|