- 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
71 lines
1.7 KiB
Java
71 lines
1.7 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Bundle;
|
|
import com.applovin.impl.o2;
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class po implements o2 {
|
|
public static final po d = new po(new oo[0]);
|
|
public static final o2.a f = new o2.a() { // from class: com.applovin.impl.po$$ExternalSyntheticLambda0
|
|
@Override // com.applovin.impl.o2.a
|
|
public final o2 a(Bundle bundle) {
|
|
po a;
|
|
a = po.a(bundle);
|
|
return a;
|
|
}
|
|
};
|
|
public final int a;
|
|
private final oo[] b;
|
|
private int c;
|
|
|
|
public boolean a() {
|
|
return this.a == 0;
|
|
}
|
|
|
|
public po(oo... ooVarArr) {
|
|
this.b = ooVarArr;
|
|
this.a = ooVarArr.length;
|
|
}
|
|
|
|
public oo a(int i) {
|
|
return this.b[i];
|
|
}
|
|
|
|
public int hashCode() {
|
|
if (this.c == 0) {
|
|
this.c = Arrays.hashCode(this.b);
|
|
}
|
|
return this.c;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || po.class != obj.getClass()) {
|
|
return false;
|
|
}
|
|
po poVar = (po) obj;
|
|
return this.a == poVar.a && Arrays.equals(this.b, poVar.b);
|
|
}
|
|
|
|
public int a(oo ooVar) {
|
|
for (int i = 0; i < this.a; i++) {
|
|
if (this.b[i] == ooVar) {
|
|
return i;
|
|
}
|
|
}
|
|
return -1;
|
|
}
|
|
|
|
private static String b(int i) {
|
|
return Integer.toString(i, 36);
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public static /* synthetic */ po a(Bundle bundle) {
|
|
return new po((oo[]) p2.a(oo.d, bundle.getParcelableArrayList(b(0)), eb.h()).toArray(new oo[0]));
|
|
}
|
|
}
|