Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzfly.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

79 lines
2.9 KiB
Java

package com.google.android.gms.internal.ads;
import android.view.View;
import java.util.ArrayList;
import java.util.Collection;
import java.util.IdentityHashMap;
import java.util.Iterator;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes3.dex */
public final class zzfly implements zzflw {
private final zzflw zza;
public zzfly(zzflw zzflwVar) {
this.zza = zzflwVar;
}
@Override // com.google.android.gms.internal.ads.zzflw
public final JSONObject zza(View view) {
JSONObject zza = zzfmg.zza(0, 0, 0, 0);
int zzb = zzfmj.zzb();
int i = zzb - 1;
if (zzb == 0) {
throw null;
}
try {
zza.put("noOutputDevice", i == 0);
} catch (JSONException e) {
zzfmh.zza("Error with setting output device status", e);
}
return zza;
}
@Override // com.google.android.gms.internal.ads.zzflw
public final void zzb(View view, JSONObject jSONObject, zzflv zzflvVar, boolean z, boolean z2) {
ArrayList arrayList = new ArrayList();
zzflk zza = zzflk.zza();
if (zza != null) {
Collection zzb = zza.zzb();
int size = zzb.size();
IdentityHashMap identityHashMap = new IdentityHashMap(size + size + 3);
Iterator it = zzb.iterator();
while (it.hasNext()) {
View zzf = ((zzfkt) it.next()).zzf();
if (zzf != null && zzf.isAttachedToWindow() && zzf.isShown()) {
View view2 = zzf;
while (true) {
if (view2 == null) {
View rootView = zzf.getRootView();
if (rootView != null && !identityHashMap.containsKey(rootView)) {
identityHashMap.put(rootView, rootView);
float z3 = rootView.getZ();
int size2 = arrayList.size();
while (size2 > 0) {
int i = size2 - 1;
if (((View) arrayList.get(i)).getZ() <= z3) {
break;
} else {
size2 = i;
}
}
arrayList.add(size2, rootView);
}
} else if (view2.getAlpha() != 0.0f) {
Object parent = view2.getParent();
view2 = parent instanceof View ? (View) parent : null;
}
}
}
}
}
int size3 = arrayList.size();
for (int i2 = 0; i2 < size3; i2++) {
zzflvVar.zza((View) arrayList.get(i2), this.zza, jSONObject, z2);
}
}
}