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 org.drive_hunter.R;

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

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

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

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

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

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

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

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

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

    public m(LinearLayout linearLayout, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6, TextView textView7) {
        this.f27188a = linearLayout;
        this.f27189b = textView;
        this.f27190c = textView2;
        this.f27191d = textView3;
        this.f27192e = textView4;
        this.f27193f = textView5;
        this.f27194g = textView6;
        this.f27195h = textView7;
    }

    @NonNull
    public static m inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.activity_log, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.bt_app_upload;
        TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.bt_app_upload);
        if (textView != null) {
            i10 = R.id.bt_app_view;
            TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.bt_app_view);
            if (textView2 != null) {
                i10 = R.id.bt_sdk_upload;
                TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.bt_sdk_upload);
                if (textView3 != null) {
                    i10 = R.id.bt_sdk_view;
                    TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.bt_sdk_view);
                    if (textView4 != null) {
                        i10 = R.id.live_show_bitrate;
                        TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.live_show_bitrate);
                        if (textView5 != null) {
                            i10 = R.id.tv_app;
                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_app)) != null) {
                                i10 = R.id.tv_log;
                                TextView textView6 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_log);
                                if (textView6 != null) {
                                    i10 = R.id.tv_sdk;
                                    if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_sdk)) != null) {
                                        i10 = R.id.tv_title;
                                        TextView textView7 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title);
                                        if (textView7 != null) {
                                            return new m((LinearLayout) viewInflate, textView, textView2, textView3, textView4, textView5, textView6, textView7);
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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