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

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

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

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

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

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

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

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

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

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

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

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

    public u0(ConstraintLayout constraintLayout, ImageView imageView, ConstraintLayout constraintLayout2, TextView textView, u4 u4Var, TextView textView2, TextView textView3, TextView textView4, TextView textView5, TextView textView6, TextView textView7) {
        this.f27510a = constraintLayout;
        this.f27511b = imageView;
        this.f27512c = constraintLayout2;
        this.f27513d = textView;
        this.f27514e = u4Var;
        this.f27515f = textView2;
        this.f27516g = textView3;
        this.f27517h = textView4;
        this.f27518i = textView5;
        this.f27519j = textView6;
        this.f27520k = textView7;
    }

    @NonNull
    public static u0 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.fragment_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.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;
                            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.pre_uid);
                            if (textView != 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_account;
                                    TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_account);
                                    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_logout;
                                            TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_logout);
                                            if (textView4 != null) {
                                                i10 = R.id.tv_plan;
                                                TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_plan);
                                                if (textView5 != null) {
                                                    i10 = R.id.tv_user_id;
                                                    TextView textView6 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_user_id);
                                                    if (textView6 != null) {
                                                        i10 = R.id.tv_user_name;
                                                        TextView textView7 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_user_name);
                                                        if (textView7 != null) {
                                                            return new u0((ConstraintLayout) viewInflate, imageView, constraintLayout, textView, u4VarA, textView2, textView3, textView4, textView5, textView6, textView7);
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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