Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
27
apk_decompiled/sources/androidx/fragment/app/s0.java
Normal file
27
apk_decompiled/sources/androidx/fragment/app/s0.java
Normal file
@@ -0,0 +1,27 @@
|
||||
package androidx.fragment.app;
|
||||
|
||||
import android.view.View;
|
||||
import java.util.WeakHashMap;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class s0 implements View.OnAttachStateChangeListener {
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final /* synthetic */ View f3235a;
|
||||
|
||||
public s0(View view) {
|
||||
this.f3235a = view;
|
||||
}
|
||||
|
||||
@Override // android.view.View.OnAttachStateChangeListener
|
||||
public final void onViewAttachedToWindow(View view) {
|
||||
View view2 = this.f3235a;
|
||||
view2.removeOnAttachStateChangeListener(this);
|
||||
WeakHashMap weakHashMap = O.X.f1226a;
|
||||
O.J.c(view2);
|
||||
}
|
||||
|
||||
@Override // android.view.View.OnAttachStateChangeListener
|
||||
public final void onViewDetachedFromWindow(View view) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user