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;
import xyz.stream.view.tvrecyclerview.TvRecyclerView;

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

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

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

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

    public n4(ConstraintLayout constraintLayout, View view, TvRecyclerView tvRecyclerView) {
        this.f27261a = constraintLayout;
        this.f27262b = view;
        this.f27263c = tvRecyclerView;
    }

    @NonNull
    public static n4 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.layout_live_menu_category, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.line;
        View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.line);
        if (viewFindChildViewById != null) {
            i10 = R.id.rv_menu_category;
            TvRecyclerView tvRecyclerView = (TvRecyclerView) v3.b.findChildViewById(viewInflate, R.id.rv_menu_category);
            if (tvRecyclerView != null) {
                return new n4((ConstraintLayout) viewInflate, viewFindChildViewById, tvRecyclerView);
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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