Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
59
apk_decompiled/sources/androidx/fragment/app/w0.java
Normal file
59
apk_decompiled/sources/androidx/fragment/app/w0.java
Normal file
@@ -0,0 +1,59 @@
|
||||
package androidx.fragment.app;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class w0 {
|
||||
|
||||
/* renamed from: b, reason: collision with root package name */
|
||||
public int f3258b;
|
||||
|
||||
/* renamed from: c, reason: collision with root package name */
|
||||
public int f3259c;
|
||||
|
||||
/* renamed from: d, reason: collision with root package name */
|
||||
public int f3260d;
|
||||
|
||||
/* renamed from: e, reason: collision with root package name */
|
||||
public int f3261e;
|
||||
|
||||
/* renamed from: f, reason: collision with root package name */
|
||||
public int f3262f;
|
||||
|
||||
/* renamed from: g, reason: collision with root package name */
|
||||
public boolean f3263g;
|
||||
public String i;
|
||||
|
||||
/* renamed from: j, reason: collision with root package name */
|
||||
public int f3264j;
|
||||
|
||||
/* renamed from: k, reason: collision with root package name */
|
||||
public CharSequence f3265k;
|
||||
|
||||
/* renamed from: l, reason: collision with root package name */
|
||||
public int f3266l;
|
||||
|
||||
/* renamed from: m, reason: collision with root package name */
|
||||
public CharSequence f3267m;
|
||||
|
||||
/* renamed from: n, reason: collision with root package name */
|
||||
public ArrayList f3268n;
|
||||
|
||||
/* renamed from: o, reason: collision with root package name */
|
||||
public ArrayList f3269o;
|
||||
|
||||
/* renamed from: a, reason: collision with root package name */
|
||||
public final ArrayList f3257a = new ArrayList();
|
||||
public boolean h = true;
|
||||
public boolean p = false;
|
||||
|
||||
public final void b(v0 v0Var) {
|
||||
this.f3257a.add(v0Var);
|
||||
v0Var.f3252d = this.f3258b;
|
||||
v0Var.f3253e = this.f3259c;
|
||||
v0Var.f3254f = this.f3260d;
|
||||
v0Var.f3255g = this.f3261e;
|
||||
}
|
||||
|
||||
public abstract void c(int i, K k4, String str, int i4);
|
||||
}
|
||||
Reference in New Issue
Block a user