package c.k.b;

import androidx.fragment.app.Fragment;
import c.l.j;
import java.util.ArrayList;

/* JADX INFO: compiled from: FragmentTransaction.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class d0 {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f1610b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f1611c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f1612d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public int f1613e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public int f1614f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public boolean f1615g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public String f1616h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public int f1617i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public CharSequence f1618j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public int f1619k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public CharSequence f1620l;
    public ArrayList<String> m;
    public ArrayList<String> n;
    public ArrayList<a> a = new ArrayList<>();
    public boolean o = false;

    /* JADX INFO: compiled from: FragmentTransaction.java */
    public static final class a {
        public int a;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public Fragment f1621b;

        /* JADX INFO: renamed from: c, reason: collision with root package name */
        public int f1622c;

        /* JADX INFO: renamed from: d, reason: collision with root package name */
        public int f1623d;

        /* JADX INFO: renamed from: e, reason: collision with root package name */
        public int f1624e;

        /* JADX INFO: renamed from: f, reason: collision with root package name */
        public int f1625f;

        /* JADX INFO: renamed from: g, reason: collision with root package name */
        public j.b f1626g;

        /* JADX INFO: renamed from: h, reason: collision with root package name */
        public j.b f1627h;

        public a() {
        }

        public a(int i2, Fragment fragment) {
            this.a = i2;
            this.f1621b = fragment;
            j.b bVar = j.b.RESUMED;
            this.f1626g = bVar;
            this.f1627h = bVar;
        }
    }

    public d0(u uVar, ClassLoader classLoader) {
    }

    public void b(a aVar) {
        this.a.add(aVar);
        aVar.f1622c = this.f1610b;
        aVar.f1623d = this.f1611c;
        aVar.f1624e = this.f1612d;
        aVar.f1625f = this.f1613e;
    }

    public abstract int c();

    public abstract void d(int i2, Fragment fragment, String str, int i3);
}
