package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RelativeLayout;
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 s3 implements v3.a {

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

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

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

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

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

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

    public s3(ConstraintLayout constraintLayout, ImageView imageView, ImageView imageView2, RelativeLayout relativeLayout, TextView textView, TextView textView2) {
        this.f27478a = constraintLayout;
        this.f27479b = imageView;
        this.f27480c = imageView2;
        this.f27481d = relativeLayout;
        this.f27482e = textView;
        this.f27483f = textView2;
    }

    @NonNull
    public static s3 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.layout_dialog_error, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.iv_close;
        ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_close);
        if (imageView != null) {
            i10 = R.id.iv_help;
            ImageView imageView2 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_help);
            if (imageView2 != null) {
                i10 = R.id.rl_confirm;
                RelativeLayout relativeLayout = (RelativeLayout) v3.b.findChildViewById(viewInflate, R.id.rl_confirm);
                if (relativeLayout != null) {
                    i10 = R.id.tv_confirm;
                    TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_confirm);
                    if (textView != null) {
                        i10 = R.id.tv_dialog_content;
                        TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_dialog_content);
                        if (textView2 != null) {
                            i10 = R.id.tv_help;
                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_help)) != null) {
                                return new s3((ConstraintLayout) viewInflate, imageView, imageView2, relativeLayout, textView, textView2);
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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