package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
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 s0 implements v3.a {
    public final TextView A;
    public final TextView B;
    public final TextView C;
    public final TextView D;
    public final TextView E;
    public final TextView F;
    public final TextView G;
    public final TextView H;
    public final TextView I;
    public final TextView J;
    public final TextView K;
    public final TextView L;
    public final TextView M;
    public final TextView N;
    public final TextView O;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public final u4 f27466t;

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

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

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

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

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

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

    public s0(ConstraintLayout constraintLayout, TextView textView, ImageView imageView, ImageView imageView2, ImageView imageView3, ImageView imageView4, ImageView imageView5, ImageView imageView6, ImageView imageView7, ConstraintLayout constraintLayout2, ConstraintLayout constraintLayout3, ConstraintLayout constraintLayout4, ConstraintLayout constraintLayout5, ConstraintLayout constraintLayout6, ConstraintLayout constraintLayout7, ConstraintLayout constraintLayout8, ConstraintLayout constraintLayout9, ConstraintLayout constraintLayout10, ConstraintLayout constraintLayout11, u4 u4Var, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6, TextView textView7, TextView textView8, TextView textView9, TextView textView10, TextView textView11, TextView textView12, TextView textView13, TextView textView14, TextView textView15, TextView textView16, TextView textView17, TextView textView18, TextView textView19, TextView textView20, TextView textView21, TextView textView22) {
        this.f27447a = constraintLayout;
        this.f27448b = textView;
        this.f27449c = imageView;
        this.f27450d = imageView2;
        this.f27451e = imageView3;
        this.f27452f = imageView4;
        this.f27453g = imageView5;
        this.f27454h = imageView6;
        this.f27455i = imageView7;
        this.f27456j = constraintLayout2;
        this.f27457k = constraintLayout3;
        this.f27458l = constraintLayout4;
        this.f27459m = constraintLayout5;
        this.f27460n = constraintLayout6;
        this.f27461o = constraintLayout7;
        this.f27462p = constraintLayout8;
        this.f27463q = constraintLayout9;
        this.f27464r = constraintLayout10;
        this.f27465s = constraintLayout11;
        this.f27466t = u4Var;
        this.f27467u = textView2;
        this.f27468v = textView3;
        this.f27469w = textView4;
        this.f27470x = textView5;
        this.f27471y = textView6;
        this.f27472z = textView7;
        this.A = textView8;
        this.B = textView9;
        this.C = textView10;
        this.D = textView11;
        this.E = textView12;
        this.F = textView13;
        this.G = textView14;
        this.H = textView15;
        this.I = textView16;
        this.J = textView17;
        this.K = textView18;
        this.L = textView19;
        this.M = textView20;
        this.N = textView21;
        this.O = textView22;
    }

    @NonNull
    public static s0 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.fragment_setting, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.check_update;
        TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.check_update);
        if (textView != null) {
            i10 = R.id.iv_audio_language;
            ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_audio_language);
            if (imageView != null) {
                i10 = R.id.iv_category;
                ImageView imageView2 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_category);
                if (imageView2 != null) {
                    i10 = R.id.iv_clear_cache;
                    ImageView imageView3 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_clear_cache);
                    if (imageView3 != null) {
                        i10 = R.id.iv_language;
                        ImageView imageView4 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_language);
                        if (imageView4 != null) {
                            i10 = R.id.iv_parental_lock;
                            ImageView imageView5 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_parental_lock);
                            if (imageView5 != null) {
                                i10 = R.id.iv_refresh_channel;
                                ImageView imageView6 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_refresh_channel);
                                if (imageView6 != null) {
                                    i10 = R.id.iv_subtitle_language;
                                    ImageView imageView7 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_subtitle_language);
                                    if (imageView7 != null) {
                                        i10 = R.id.ll_audio_language;
                                        ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_audio_language);
                                        if (constraintLayout != null) {
                                            i10 = R.id.ll_category;
                                            ConstraintLayout constraintLayout2 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_category);
                                            if (constraintLayout2 != null) {
                                                i10 = R.id.ll_clear_cache;
                                                ConstraintLayout constraintLayout3 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_clear_cache);
                                                if (constraintLayout3 != null) {
                                                    i10 = R.id.ll_info;
                                                    ConstraintLayout constraintLayout4 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_info);
                                                    if (constraintLayout4 != null) {
                                                        i10 = R.id.ll_language;
                                                        ConstraintLayout constraintLayout5 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_language);
                                                        if (constraintLayout5 != null) {
                                                            i10 = R.id.ll_parental_lock;
                                                            ConstraintLayout constraintLayout6 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_parental_lock);
                                                            if (constraintLayout6 != null) {
                                                                i10 = R.id.ll_refresh_channel;
                                                                ConstraintLayout constraintLayout7 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_refresh_channel);
                                                                if (constraintLayout7 != null) {
                                                                    i10 = R.id.ll_setting;
                                                                    ConstraintLayout constraintLayout8 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_setting);
                                                                    if (constraintLayout8 != null) {
                                                                        i10 = R.id.ll_subtitle_language;
                                                                        ConstraintLayout constraintLayout9 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_subtitle_language);
                                                                        if (constraintLayout9 != null) {
                                                                            i10 = R.id.ll_update;
                                                                            ConstraintLayout constraintLayout10 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_update);
                                                                            if (constraintLayout10 != null) {
                                                                                i10 = R.id.pre_android_id;
                                                                                if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_android_id)) != null) {
                                                                                    i10 = R.id.pre_app_version;
                                                                                    if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_app_version)) != null) {
                                                                                        i10 = R.id.pre_app_version_2;
                                                                                        if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_app_version_2)) != null) {
                                                                                            i10 = R.id.pre_brand;
                                                                                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_brand)) != null) {
                                                                                                i10 = R.id.pre_ethernet;
                                                                                                if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_ethernet)) != null) {
                                                                                                    i10 = R.id.pre_imei;
                                                                                                    if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_imei)) != null) {
                                                                                                        i10 = R.id.pre_ip;
                                                                                                        if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_ip)) != null) {
                                                                                                            i10 = R.id.pre_last_update;
                                                                                                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_last_update)) != null) {
                                                                                                                i10 = R.id.pre_model;
                                                                                                                if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_model)) != null) {
                                                                                                                    i10 = R.id.pre_sqlite_version;
                                                                                                                    if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_sqlite_version)) != null) {
                                                                                                                        i10 = R.id.pre_ssid;
                                                                                                                        if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_ssid)) != null) {
                                                                                                                            i10 = R.id.pre_wifi;
                                                                                                                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_wifi)) != null) {
                                                                                                                                i10 = R.id.setting_logo;
                                                                                                                                if (((ImageView) v3.b.findChildViewById(viewInflate, R.id.setting_logo)) != null) {
                                                                                                                                    i10 = R.id.setting_menu;
                                                                                                                                    if (((ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.setting_menu)) != null) {
                                                                                                                                        i10 = R.id.title;
                                                                                                                                        View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.title);
                                                                                                                                        if (viewFindChildViewById != null) {
                                                                                                                                            u4 u4VarA = u4.a(viewFindChildViewById);
                                                                                                                                            i10 = R.id.tv_about_bottom;
                                                                                                                                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_about_bottom)) != null) {
                                                                                                                                                i10 = R.id.tv_android_id;
                                                                                                                                                TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_android_id);
                                                                                                                                                if (textView2 != null) {
                                                                                                                                                    i10 = R.id.tv_app_version;
                                                                                                                                                    TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_app_version);
                                                                                                                                                    if (textView3 != null) {
                                                                                                                                                        i10 = R.id.tv_app_version_2;
                                                                                                                                                        TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_app_version_2);
                                                                                                                                                        if (textView4 != null) {
                                                                                                                                                            i10 = R.id.tv_audio_language;
                                                                                                                                                            TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_audio_language);
                                                                                                                                                            if (textView5 != null) {
                                                                                                                                                                i10 = R.id.tv_brand;
                                                                                                                                                                TextView textView6 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_brand);
                                                                                                                                                                if (textView6 != null) {
                                                                                                                                                                    i10 = R.id.tv_cache_size;
                                                                                                                                                                    TextView textView7 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_cache_size);
                                                                                                                                                                    if (textView7 != null) {
                                                                                                                                                                        i10 = R.id.tv_ethernet;
                                                                                                                                                                        TextView textView8 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_ethernet);
                                                                                                                                                                        if (textView8 != null) {
                                                                                                                                                                            i10 = R.id.tv_imie;
                                                                                                                                                                            TextView textView9 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_imie);
                                                                                                                                                                            if (textView9 != null) {
                                                                                                                                                                                i10 = R.id.tv_info;
                                                                                                                                                                                TextView textView10 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_info);
                                                                                                                                                                                if (textView10 != null) {
                                                                                                                                                                                    i10 = R.id.tv_ip;
                                                                                                                                                                                    TextView textView11 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_ip);
                                                                                                                                                                                    if (textView11 != null) {
                                                                                                                                                                                        i10 = R.id.tv_language;
                                                                                                                                                                                        TextView textView12 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_language);
                                                                                                                                                                                        if (textView12 != null) {
                                                                                                                                                                                            i10 = R.id.tv_last_update;
                                                                                                                                                                                            TextView textView13 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_last_update);
                                                                                                                                                                                            if (textView13 != null) {
                                                                                                                                                                                                i10 = R.id.tv_model;
                                                                                                                                                                                                TextView textView14 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_model);
                                                                                                                                                                                                if (textView14 != null) {
                                                                                                                                                                                                    i10 = R.id.tv_parental_lock;
                                                                                                                                                                                                    TextView textView15 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_parental_lock);
                                                                                                                                                                                                    if (textView15 != null) {
                                                                                                                                                                                                        i10 = R.id.tv_setting;
                                                                                                                                                                                                        TextView textView16 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_setting);
                                                                                                                                                                                                        if (textView16 != null) {
                                                                                                                                                                                                            i10 = R.id.tv_sid;
                                                                                                                                                                                                            TextView textView17 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_sid);
                                                                                                                                                                                                            if (textView17 != null) {
                                                                                                                                                                                                                i10 = R.id.tv_sqlite_version;
                                                                                                                                                                                                                TextView textView18 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_sqlite_version);
                                                                                                                                                                                                                if (textView18 != null) {
                                                                                                                                                                                                                    i10 = R.id.tv_subtitle_language;
                                                                                                                                                                                                                    TextView textView19 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_subtitle_language);
                                                                                                                                                                                                                    if (textView19 != null) {
                                                                                                                                                                                                                        i10 = R.id.tv_update;
                                                                                                                                                                                                                        TextView textView20 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_update);
                                                                                                                                                                                                                        if (textView20 != null) {
                                                                                                                                                                                                                            i10 = R.id.tv_wifi;
                                                                                                                                                                                                                            TextView textView21 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_wifi);
                                                                                                                                                                                                                            if (textView21 != null) {
                                                                                                                                                                                                                                i10 = R.id.upload_log;
                                                                                                                                                                                                                                TextView textView22 = (TextView) v3.b.findChildViewById(viewInflate, R.id.upload_log);
                                                                                                                                                                                                                                if (textView22 != null) {
                                                                                                                                                                                                                                    return new s0((ConstraintLayout) viewInflate, textView, imageView, imageView2, imageView3, imageView4, imageView5, imageView6, imageView7, constraintLayout, constraintLayout2, constraintLayout3, constraintLayout4, constraintLayout5, constraintLayout6, constraintLayout7, constraintLayout8, constraintLayout9, constraintLayout10, u4VarA, textView2, textView3, textView4, textView5, textView6, textView7, textView8, textView9, textView10, textView11, textView12, textView13, textView14, textView15, textView16, textView17, textView18, textView19, textView20, textView21, textView22);
                                                                                                                                                                                                                                }
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                }
                                                                                                                                                                                                            }
                                                                                                                                                                                                        }
                                                                                                                                                                                                    }
                                                                                                                                                                                                }
                                                                                                                                                                                            }
                                                                                                                                                                                        }
                                                                                                                                                                                    }
                                                                                                                                                                                }
                                                                                                                                                                            }
                                                                                                                                                                        }
                                                                                                                                                                    }
                                                                                                                                                                }
                                                                                                                                                            }
                                                                                                                                                        }
                                                                                                                                                    }
                                                                                                                                                }
                                                                                                                                            }
                                                                                                                                        }
                                                                                                                                    }
                                                                                                                                }
                                                                                                                            }
                                                                                                                        }
                                                                                                                    }
                                                                                                                }
                                                                                                            }
                                                                                                        }
                                                                                                    }
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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