Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
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();
}
}
}