package ie;

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

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

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

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

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

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

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

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

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

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

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

    public n5(ScrollView scrollView, EditText editText, EditText editText2, ConstraintLayout constraintLayout, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6) {
        this.f27264a = scrollView;
        this.f27265b = editText;
        this.f27266c = editText2;
        this.f27267d = constraintLayout;
        this.f27268e = textView;
        this.f27269f = textView2;
        this.f27270g = textView3;
        this.f27271h = textView4;
        this.f27272i = textView5;
        this.f27273j = textView6;
    }

    public static n5 a(View view) {
        int i10 = R.id.et_account;
        EditText editText = (EditText) v3.b.findChildViewById(view, R.id.et_account);
        if (editText != null) {
            i10 = R.id.et_password;
            EditText editText2 = (EditText) v3.b.findChildViewById(view, R.id.et_password);
            if (editText2 != null) {
                i10 = R.id.ll_login;
                ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(view, R.id.ll_login);
                if (constraintLayout != null) {
                    i10 = R.id.tv_have_account;
                    TextView textView = (TextView) v3.b.findChildViewById(view, R.id.tv_have_account);
                    if (textView != null) {
                        i10 = R.id.tv_have_r_login;
                        TextView textView2 = (TextView) v3.b.findChildViewById(view, R.id.tv_have_r_login);
                        if (textView2 != null) {
                            i10 = R.id.tv_sign_in;
                            TextView textView3 = (TextView) v3.b.findChildViewById(view, R.id.tv_sign_in);
                            if (textView3 != null) {
                                i10 = R.id.tv_sign_in_error;
                                TextView textView4 = (TextView) v3.b.findChildViewById(view, R.id.tv_sign_in_error);
                                if (textView4 != null) {
                                    i10 = R.id.tv_sign_in_hint;
                                    TextView textView5 = (TextView) v3.b.findChildViewById(view, R.id.tv_sign_in_hint);
                                    if (textView5 != null) {
                                        i10 = R.id.tv_sign_in_title;
                                        TextView textView6 = (TextView) v3.b.findChildViewById(view, R.id.tv_sign_in_title);
                                        if (textView6 != null) {
                                            return new n5((ScrollView) view, editText, editText2, constraintLayout, textView, textView2, textView3, textView4, textView5, textView6);
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i10)));
    }

    @NonNull
    public static n5 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.view_sign_in, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        return a(viewInflate);
    }

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