package ie;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    public b(LinearLayout linearLayout, ImageView imageView, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6, TextView textView7, TextView textView8, TextView textView9, TextView textView10, TextView textView11, TextView textView12) {
        this.f26653a = linearLayout;
        this.f26654b = imageView;
        this.f26655c = textView;
        this.f26656d = textView2;
        this.f26657e = textView3;
        this.f26658f = textView4;
        this.f26659g = textView5;
        this.f26660h = textView6;
        this.f26661i = textView7;
        this.f26662j = textView8;
        this.f26663k = textView9;
        this.f26664l = textView10;
        this.f26665m = textView11;
        this.f26666n = textView12;
    }

    @NonNull
    public static b inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.activity_airplay_guide, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.iv_back;
        ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_back);
        if (imageView != null) {
            i10 = R.id.tv_guide_desc;
            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_desc);
            if (textView != null) {
                i10 = R.id.tv_guide_sec_1;
                TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_sec_1);
                if (textView2 != null) {
                    i10 = R.id.tv_guide_sec_2;
                    TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_sec_2);
                    if (textView3 != null) {
                        i10 = R.id.tv_guide_sec_3;
                        TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_sec_3);
                        if (textView4 != null) {
                            i10 = R.id.tv_guide_sec_4;
                            TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_sec_4);
                            if (textView5 != null) {
                                i10 = R.id.tv_guide_thr_1;
                                TextView textView6 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_thr_1);
                                if (textView6 != null) {
                                    i10 = R.id.tv_guide_thr_2;
                                    TextView textView7 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_thr_2);
                                    if (textView7 != null) {
                                        i10 = R.id.tv_guide_thr_3;
                                        TextView textView8 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_thr_3);
                                        if (textView8 != null) {
                                            i10 = R.id.tv_guide_thr_4;
                                            TextView textView9 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_thr_4);
                                            if (textView9 != null) {
                                                i10 = R.id.tv_guide_thr_5;
                                                TextView textView10 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_thr_5);
                                                if (textView10 != null) {
                                                    i10 = R.id.tv_guide_thr_6;
                                                    TextView textView11 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_guide_thr_6);
                                                    if (textView11 != null) {
                                                        i10 = R.id.tv_title;
                                                        TextView textView12 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title);
                                                        if (textView12 != null) {
                                                            return new b((LinearLayout) viewInflate, imageView, textView, textView2, textView3, textView4, textView5, textView6, textView7, textView8, textView9, textView10, textView11, textView12);
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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