package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.ConstraintLayout;
import org.drive_hunter.R;

/* JADX INFO: loaded from: classes3.dex */
public final class j0 implements v3.a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ConstraintLayout f27058a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final g3 f27059b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final k4 f27060c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final l4 f27061d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final m4 f27062e;

    public j0(ConstraintLayout constraintLayout, g3 g3Var, k4 k4Var, l4 l4Var, m4 m4Var) {
        this.f27058a = constraintLayout;
        this.f27059b = g3Var;
        this.f27060c = k4Var;
        this.f27061d = l4Var;
        this.f27062e = m4Var;
    }

    @NonNull
    public static j0 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.fragment_iptv, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.layout_add_iptv;
        View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.layout_add_iptv);
        if (viewFindChildViewById != null) {
            g3 g3VarA = g3.a(viewFindChildViewById);
            i10 = R.id.layout_iptv_complete;
            View viewFindChildViewById2 = v3.b.findChildViewById(viewInflate, R.id.layout_iptv_complete);
            if (viewFindChildViewById2 != null) {
                k4 k4VarA = k4.a(viewFindChildViewById2);
                i10 = R.id.layout_iptv_list;
                View viewFindChildViewById3 = v3.b.findChildViewById(viewInflate, R.id.layout_iptv_list);
                if (viewFindChildViewById3 != null) {
                    l4 l4VarA = l4.a(viewFindChildViewById3);
                    i10 = R.id.layout_iptv_progress;
                    View viewFindChildViewById4 = v3.b.findChildViewById(viewInflate, R.id.layout_iptv_progress);
                    if (viewFindChildViewById4 != null) {
                        return new j0((ConstraintLayout) viewInflate, g3VarA, k4VarA, l4VarA, m4.a(viewFindChildViewById4));
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

    @Override // v3.a
    public final View getRoot() {
        return this.f27058a;
    }
}
