package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
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;
import xyz.stream.view.NumberInputView;
import xyz.stream.view.PasswordView;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    public q(ConstraintLayout constraintLayout, EditText editText, ImageView imageView, View view, ConstraintLayout constraintLayout2, ConstraintLayout constraintLayout3, ConstraintLayout constraintLayout4, ConstraintLayout constraintLayout5, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6, TextView textView7, TextView textView8, TextView textView9, TextView textView10, NumberInputView numberInputView, PasswordView passwordView, PasswordView passwordView2, PasswordView passwordView3) {
        this.f27347a = constraintLayout;
        this.f27348b = editText;
        this.f27349c = imageView;
        this.f27350d = view;
        this.f27351e = constraintLayout2;
        this.f27352f = constraintLayout3;
        this.f27353g = constraintLayout4;
        this.f27354h = constraintLayout5;
        this.f27355i = textView;
        this.f27356j = textView2;
        this.f27357k = textView3;
        this.f27358l = textView4;
        this.f27359m = textView5;
        this.f27360n = textView6;
        this.f27361o = textView7;
        this.f27362p = textView8;
        this.f27363q = textView9;
        this.f27364r = textView10;
        this.f27365s = numberInputView;
        this.f27366t = passwordView;
        this.f27367u = passwordView2;
        this.f27368v = passwordView3;
    }

    @NonNull
    public static q inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.activity_parental_lock, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.et_account;
        EditText editText = (EditText) v3.b.findChildViewById(viewInflate, R.id.et_account);
        if (editText != null) {
            i10 = R.id.iv_back;
            ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_back);
            if (imageView != null) {
                i10 = R.id.iv_bg;
                View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.iv_bg);
                if (viewFindChildViewById != null) {
                    i10 = R.id.layout_email;
                    ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_email);
                    if (constraintLayout != null) {
                        i10 = R.id.layout_forget_pwd;
                        ConstraintLayout constraintLayout2 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_forget_pwd);
                        if (constraintLayout2 != null) {
                            i10 = R.id.layout_setup;
                            ConstraintLayout constraintLayout3 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_setup);
                            if (constraintLayout3 != null) {
                                i10 = R.id.layout_verify;
                                ConstraintLayout constraintLayout4 = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_verify);
                                if (constraintLayout4 != null) {
                                    i10 = R.id.tv_count_down;
                                    TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_count_down);
                                    if (textView != null) {
                                        i10 = R.id.tv_email_error;
                                        TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_email_error);
                                        if (textView2 != null) {
                                            i10 = R.id.tv_email_finish;
                                            TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_email_finish);
                                            if (textView3 != null) {
                                                i10 = R.id.tv_email_hint;
                                                if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_email_hint)) != null) {
                                                    i10 = R.id.tv_email_title;
                                                    if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_email_title)) != null) {
                                                        i10 = R.id.tv_password_error;
                                                        TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_password_error);
                                                        if (textView4 != null) {
                                                            i10 = R.id.tv_reset_password_error;
                                                            TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_reset_password_error);
                                                            if (textView5 != null) {
                                                                i10 = R.id.tv_tip;
                                                                TextView textView6 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_tip);
                                                                if (textView6 != null) {
                                                                    i10 = R.id.tv_tip_reset;
                                                                    if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_tip_reset)) != null) {
                                                                        i10 = R.id.tv_title;
                                                                        TextView textView7 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title);
                                                                        if (textView7 != null) {
                                                                            i10 = R.id.tv_title_hint;
                                                                            TextView textView8 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title_hint);
                                                                            if (textView8 != null) {
                                                                                i10 = R.id.tv_title_hint_reset;
                                                                                if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title_hint_reset)) != null) {
                                                                                    i10 = R.id.tv_title_hint_verify;
                                                                                    TextView textView9 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title_hint_verify);
                                                                                    if (textView9 != null) {
                                                                                        i10 = R.id.tv_title_reset;
                                                                                        if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title_reset)) != null) {
                                                                                            i10 = R.id.tv_title_verify;
                                                                                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_title_verify)) != null) {
                                                                                                i10 = R.id.tv_verify_error;
                                                                                                TextView textView10 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_verify_error);
                                                                                                if (textView10 != null) {
                                                                                                    i10 = R.id.view_number_input;
                                                                                                    NumberInputView numberInputView = (NumberInputView) v3.b.findChildViewById(viewInflate, R.id.view_number_input);
                                                                                                    if (numberInputView != null) {
                                                                                                        i10 = R.id.view_password;
                                                                                                        PasswordView passwordView = (PasswordView) v3.b.findChildViewById(viewInflate, R.id.view_password);
                                                                                                        if (passwordView != null) {
                                                                                                            i10 = R.id.view_password_reset;
                                                                                                            PasswordView passwordView2 = (PasswordView) v3.b.findChildViewById(viewInflate, R.id.view_password_reset);
                                                                                                            if (passwordView2 != null) {
                                                                                                                i10 = R.id.view_password_verify;
                                                                                                                PasswordView passwordView3 = (PasswordView) v3.b.findChildViewById(viewInflate, R.id.view_password_verify);
                                                                                                                if (passwordView3 != null) {
                                                                                                                    return new q((ConstraintLayout) viewInflate, editText, imageView, viewFindChildViewById, constraintLayout, constraintLayout2, constraintLayout3, constraintLayout4, textView, textView2, textView3, textView4, textView5, textView6, textView7, textView8, textView9, textView10, numberInputView, passwordView, passwordView2, passwordView3);
                                                                                                                }
                                                                                                            }
                                                                                                        }
                                                                                                    }
                                                                                                }
                                                                                            }
                                                                                        }
                                                                                    }
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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