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.tvrecyclerview.TvRecyclerView;

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

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

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

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

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

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

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

    public y0(ConstraintLayout constraintLayout, TvRecyclerView tvRecyclerView, TvRecyclerView tvRecyclerView2, ShimmerFrameLayout shimmerFrameLayout, TextView textView, TextView textView2) {
        this.f27726a = constraintLayout;
        this.f27727b = tvRecyclerView;
        this.f27728c = tvRecyclerView2;
        this.f27729d = shimmerFrameLayout;
        this.f27730e = textView;
        this.f27731f = textView2;
    }

    @NonNull
    public static y0 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.header_sports, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.layout_category;
        if (((ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_category)) != null) {
            i10 = R.id.rv_leagues;
            TvRecyclerView tvRecyclerView = (TvRecyclerView) v3.b.findChildViewById(viewInflate, R.id.rv_leagues);
            if (tvRecyclerView != null) {
                i10 = R.id.rv_top_collection;
                TvRecyclerView tvRecyclerView2 = (TvRecyclerView) v3.b.findChildViewById(viewInflate, R.id.rv_top_collection);
                if (tvRecyclerView2 != null) {
                    i10 = R.id.shimmer_category;
                    ShimmerFrameLayout shimmerFrameLayout = (ShimmerFrameLayout) v3.b.findChildViewById(viewInflate, R.id.shimmer_category);
                    if (shimmerFrameLayout != null) {
                        i10 = R.id.tv_category;
                        TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_category);
                        if (textView != null) {
                            i10 = R.id.tv_sort;
                            TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_sort);
                            if (textView2 != null) {
                                return new y0((ConstraintLayout) viewInflate, tvRecyclerView, tvRecyclerView2, shimmerFrameLayout, textView, textView2);
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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