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;
import xyz.stream.view.PlayingView;

/* JADX INFO: loaded from: classes3.dex */
public final class b2 implements v3.a {

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

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

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

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

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

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

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

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

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

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

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

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

    public b2(ConstraintLayout constraintLayout, ImageView imageView, ImageView imageView2, PlayingView playingView, ImageView imageView3, ConstraintLayout constraintLayout2, View view, TextView textView, TextView textView2, TextView textView3, TextView textView4, TextView textView5) {
        this.f26671a = constraintLayout;
        this.f26672b = imageView;
        this.f26673c = imageView2;
        this.f26674d = playingView;
        this.f26675e = imageView3;
        this.f26676f = constraintLayout2;
        this.f26677g = view;
        this.f26678h = textView;
        this.f26679i = textView2;
        this.f26680j = textView3;
        this.f26681k = textView4;
        this.f26682l = textView5;
    }

    @NonNull
    public static b2 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_match, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.iv_match_team_1;
        ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_match_team_1);
        if (imageView != null) {
            i10 = R.id.iv_match_team_2;
            ImageView imageView2 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_match_team_2);
            if (imageView2 != null) {
                i10 = R.id.iv_playing;
                PlayingView playingView = (PlayingView) v3.b.findChildViewById(viewInflate, R.id.iv_playing);
                if (playingView != null) {
                    i10 = R.id.iv_status;
                    ImageView imageView3 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_status);
                    if (imageView3 != null) {
                        i10 = R.id.layout_match_item;
                        ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_match_item);
                        if (constraintLayout != null) {
                            i10 = R.id.line_bottom;
                            View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.line_bottom);
                            if (viewFindChildViewById != null) {
                                i10 = R.id.tv_match_league;
                                TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_match_league);
                                if (textView != null) {
                                    i10 = R.id.tv_match_score;
                                    TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_match_score);
                                    if (textView2 != null) {
                                        i10 = R.id.tv_match_team_1;
                                        TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_match_team_1);
                                        if (textView3 != null) {
                                            i10 = R.id.tv_match_team_2;
                                            TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_match_team_2);
                                            if (textView4 != null) {
                                                i10 = R.id.tv_match_time;
                                                TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_match_time);
                                                if (textView5 != null) {
                                                    return new b2((ConstraintLayout) viewInflate, imageView, imageView2, playingView, imageView3, constraintLayout, viewFindChildViewById, textView, textView2, textView3, textView4, textView5);
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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