- 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
44 lines
1.4 KiB
Java
44 lines
1.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.view.KeyEvent;
|
|
import android.view.MotionEvent;
|
|
import android.view.View;
|
|
import android.widget.FrameLayout;
|
|
import androidx.annotation.NonNull;
|
|
import java.util.ArrayList;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzdoz extends FrameLayout {
|
|
private final com.google.android.gms.ads.internal.util.zzau zza;
|
|
|
|
public zzdoz(Context context, @NonNull View view, @NonNull com.google.android.gms.ads.internal.util.zzau zzauVar) {
|
|
super(context);
|
|
setLayoutParams(new FrameLayout.LayoutParams(-1, -1));
|
|
addView(view);
|
|
this.zza = zzauVar;
|
|
}
|
|
|
|
@Override // android.view.ViewGroup
|
|
public final boolean onInterceptTouchEvent(MotionEvent motionEvent) {
|
|
this.zza.zzm(motionEvent);
|
|
return false;
|
|
}
|
|
|
|
@Override // android.view.ViewGroup
|
|
public final void removeAllViews() {
|
|
ArrayList arrayList = new ArrayList();
|
|
for (int i = 0; i < getChildCount(); i++) {
|
|
KeyEvent.Callback childAt = getChildAt(i);
|
|
if (childAt != null && (childAt instanceof zzcex)) {
|
|
arrayList.add((zzcex) childAt);
|
|
}
|
|
}
|
|
super.removeAllViews();
|
|
int size = arrayList.size();
|
|
for (int i2 = 0; i2 < size; i2++) {
|
|
((zzcex) arrayList.get(i2)).destroy();
|
|
}
|
|
}
|
|
}
|