- 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
37 lines
883 B
Java
37 lines
883 B
Java
package com.applovin.impl;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class wo {
|
|
public final int a;
|
|
public final si[] b;
|
|
public final h8[] c;
|
|
public final Object d;
|
|
|
|
public wo(si[] siVarArr, h8[] h8VarArr, Object obj) {
|
|
this.b = siVarArr;
|
|
this.c = (h8[]) h8VarArr.clone();
|
|
this.d = obj;
|
|
this.a = siVarArr.length;
|
|
}
|
|
|
|
public boolean a(wo woVar) {
|
|
if (woVar == null || woVar.c.length != this.c.length) {
|
|
return false;
|
|
}
|
|
for (int i = 0; i < this.c.length; i++) {
|
|
if (!a(woVar, i)) {
|
|
return false;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
|
|
public boolean a(wo woVar, int i) {
|
|
return woVar != null && xp.a(this.b[i], woVar.b[i]) && xp.a(this.c[i], woVar.c[i]);
|
|
}
|
|
|
|
public boolean a(int i) {
|
|
return this.b[i] != null;
|
|
}
|
|
}
|