package ie;

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

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

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

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

    public c2(View view, TextView textView, ConstraintLayout constraintLayout) {
        this.f26729a = constraintLayout;
        this.f26730b = view;
        this.f26731c = textView;
    }

    @NonNull
    public static c2 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_mobile_select_dialog, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.line_bottom;
        View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.line_bottom);
        if (viewFindChildViewById != null) {
            i10 = R.id.tv_item_text;
            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_item_text);
            if (textView != null) {
                return new c2(viewFindChildViewById, textView, (ConstraintLayout) viewInflate);
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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