package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.TextView;
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 p4 implements v3.a {

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final TextView f27345f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final TextView f27346g;

    public p4(ConstraintLayout constraintLayout, LinearLayout linearLayout, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5) {
        this.f27340a = constraintLayout;
        this.f27341b = linearLayout;
        this.f27342c = textView;
        this.f27343d = textView2;
        this.f27344e = textView3;
        this.f27345f = textView4;
        this.f27346g = textView5;
    }

    @NonNull
    public static p4 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.layout_live_menu_left, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.ll_home;
        LinearLayout linearLayout = (LinearLayout) v3.b.findChildViewById(viewInflate, R.id.ll_home);
        if (linearLayout != null) {
            i10 = R.id.tv_category;
            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_category);
            if (textView != null) {
                i10 = R.id.tv_feedback;
                TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_feedback);
                if (textView2 != null) {
                    i10 = R.id.tv_home;
                    TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_home);
                    if (textView3 != null) {
                        i10 = R.id.tv_settings;
                        TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_settings);
                        if (textView4 != null) {
                            i10 = R.id.tv_version;
                            TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_version);
                            if (textView5 != null) {
                                return new p4((ConstraintLayout) viewInflate, linearLayout, textView, textView2, textView3, textView4, textView5);
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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