- 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
54 lines
1.2 KiB
Java
54 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import java.util.ArrayList;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class a2 implements i5 {
|
|
private final boolean a;
|
|
private final ArrayList b = new ArrayList(1);
|
|
private int c;
|
|
private l5 d;
|
|
|
|
public a2(boolean z) {
|
|
this.a = z;
|
|
}
|
|
|
|
@Override // com.applovin.impl.i5
|
|
public final void a(xo xoVar) {
|
|
b1.a(xoVar);
|
|
if (this.b.contains(xoVar)) {
|
|
return;
|
|
}
|
|
this.b.add(xoVar);
|
|
this.c++;
|
|
}
|
|
|
|
public final void b(l5 l5Var) {
|
|
for (int i = 0; i < this.c; i++) {
|
|
((xo) this.b.get(i)).b(this, l5Var, this.a);
|
|
}
|
|
}
|
|
|
|
public final void c(l5 l5Var) {
|
|
this.d = l5Var;
|
|
for (int i = 0; i < this.c; i++) {
|
|
((xo) this.b.get(i)).a(this, l5Var, this.a);
|
|
}
|
|
}
|
|
|
|
public final void d(int i) {
|
|
l5 l5Var = (l5) xp.a(this.d);
|
|
for (int i2 = 0; i2 < this.c; i2++) {
|
|
((xo) this.b.get(i2)).a(this, l5Var, this.a, i);
|
|
}
|
|
}
|
|
|
|
public final void g() {
|
|
l5 l5Var = (l5) xp.a(this.d);
|
|
for (int i = 0; i < this.c; i++) {
|
|
((xo) this.b.get(i)).c(this, l5Var, this.a);
|
|
}
|
|
this.d = null;
|
|
}
|
|
}
|