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 com.facebook.shimmer.ShimmerFrameLayout;
import org.drive_hunter.R;
import xyz.stream.view.RoundImageView;

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

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

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

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

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

    public t1(ConstraintLayout constraintLayout, RoundImageView roundImageView, ShimmerFrameLayout shimmerFrameLayout, TextView textView) {
        this.f27492a = constraintLayout;
        this.f27493b = roundImageView;
        this.f27494c = shimmerFrameLayout;
        this.f27495d = textView;
    }

    @NonNull
    public static t1 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_league_sports, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.iv_league_sports;
        RoundImageView roundImageView = (RoundImageView) v3.b.findChildViewById(viewInflate, R.id.iv_league_sports);
        if (roundImageView != null) {
            i10 = R.id.shimmer_league_sports;
            ShimmerFrameLayout shimmerFrameLayout = (ShimmerFrameLayout) v3.b.findChildViewById(viewInflate, R.id.shimmer_league_sports);
            if (shimmerFrameLayout != null) {
                i10 = R.id.tv_league_sports;
                TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_league_sports);
                if (textView != null) {
                    return new t1((ConstraintLayout) viewInflate, roundImageView, shimmerFrameLayout, textView);
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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