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 f4 implements v3.a {

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

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

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

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

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

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

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

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

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

    public f4(ConstraintLayout constraintLayout, ImageView imageView, ConstraintLayout constraintLayout2, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6) {
        this.f26848a = constraintLayout;
        this.f26849b = imageView;
        this.f26850c = constraintLayout2;
        this.f26851d = textView;
        this.f26852e = textView2;
        this.f26853f = textView3;
        this.f26854g = textView4;
        this.f26855h = textView5;
        this.f26856i = textView6;
    }

    @NonNull
    public static f4 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.layout_dialog_user, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.iv_user_header;
        ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_user_header);
        if (imageView != null) {
            i10 = R.id.layout_user_head;
            ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_user_head);
            if (constraintLayout != null) {
                i10 = R.id.layout_user_info;
                if (((ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_user_info)) != null) {
                    i10 = R.id.pre_account;
                    if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_account)) != null) {
                        i10 = R.id.pre_date;
                        if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_date)) != null) {
                            i10 = R.id.pre_plan;
                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_plan)) != null) {
                                i10 = R.id.pre_uid;
                                if (((TextView) v3.b.findChildViewById(viewInflate, R.id.pre_uid)) != null) {
                                    i10 = R.id.tv_account;
                                    TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_account);
                                    if (textView != null) {
                                        i10 = R.id.tv_confirm;
                                        TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_confirm);
                                        if (textView2 != null) {
                                            i10 = R.id.tv_expire_date;
                                            TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_expire_date);
                                            if (textView3 != null) {
                                                i10 = R.id.tv_plan;
                                                TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_plan);
                                                if (textView4 != null) {
                                                    i10 = R.id.tv_user_id;
                                                    TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_user_id);
                                                    if (textView5 != null) {
                                                        i10 = R.id.tv_user_name;
                                                        TextView textView6 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_user_name);
                                                        if (textView6 != null) {
                                                            return new f4((ConstraintLayout) viewInflate, imageView, constraintLayout, textView, textView2, textView3, textView4, textView5, textView6);
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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