what-the-bank/sources/com/google/android/gms/dynamic/zad.java

40 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.dynamic;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import android.widget.FrameLayout;
/* JADX INFO: Access modifiers changed from: package-private */
/* loaded from: classes2.dex */
public final class zad implements zah {
final FrameLayout zaa;
final LayoutInflater zab;
final ViewGroup zac;
final Bundle zad;
final DeferredLifecycleHelper zae;
@Override // com.google.android.gms.dynamic.zah
public final int zaa() {
return 2;
}
@Override // com.google.android.gms.dynamic.zah
public final void zab(LifecycleDelegate lifecycleDelegate) {
LifecycleDelegate lifecycleDelegate2;
this.zaa.removeAllViews();
FrameLayout frameLayout = this.zaa;
lifecycleDelegate2 = this.zae.zaa;
frameLayout.addView(lifecycleDelegate2.onCreateView(this.zab, this.zac, this.zad));
}
/* JADX INFO: Access modifiers changed from: package-private */
public zad(DeferredLifecycleHelper deferredLifecycleHelper, FrameLayout frameLayout, LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
this.zae = deferredLifecycleHelper;
this.zaa = frameLayout;
this.zab = layoutInflater;
this.zac = viewGroup;
this.zad = bundle;
}
}