- 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
29 lines
1.0 KiB
Java
29 lines
1.0 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import com.google.android.gms.ads.AdSize;
|
|
import java.util.ArrayList;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfcp {
|
|
public static com.google.android.gms.ads.internal.client.zzs zza(Context context, List list) {
|
|
ArrayList arrayList = new ArrayList();
|
|
Iterator it = list.iterator();
|
|
while (it.hasNext()) {
|
|
zzfbp zzfbpVar = (zzfbp) it.next();
|
|
if (zzfbpVar.zzc) {
|
|
arrayList.add(AdSize.FLUID);
|
|
} else {
|
|
arrayList.add(new AdSize(zzfbpVar.zza, zzfbpVar.zzb));
|
|
}
|
|
}
|
|
return new com.google.android.gms.ads.internal.client.zzs(context, (AdSize[]) arrayList.toArray(new AdSize[arrayList.size()]));
|
|
}
|
|
|
|
public static zzfbp zzb(com.google.android.gms.ads.internal.client.zzs zzsVar) {
|
|
return zzsVar.zzi ? new zzfbp(-3, 0, true) : new zzfbp(zzsVar.zze, zzsVar.zzb, false);
|
|
}
|
|
}
|