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

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

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

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

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

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

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

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

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

    public w1(ConstraintLayout constraintLayout, CustomImageView customImageView, ConstraintLayout constraintLayout2, TextView textView, TextView textView2, TextView textView3, View view) {
        this.f27613a = constraintLayout;
        this.f27614b = customImageView;
        this.f27615c = constraintLayout2;
        this.f27616d = textView;
        this.f27617e = textView2;
        this.f27618f = textView3;
        this.f27619g = view;
    }

    @NonNull
    public static w1 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_live_channel_with_epg, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.image;
        CustomImageView customImageView = (CustomImageView) v3.b.findChildViewById(viewInflate, R.id.image);
        if (customImageView != null) {
            i10 = R.id.layout_epg;
            ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_epg);
            if (constraintLayout != null) {
                i10 = R.id.playing_view;
                if (((PlayingView) v3.b.findChildViewById(viewInflate, R.id.playing_view)) != null) {
                    i10 = R.id.tv_epg;
                    TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_epg);
                    if (textView != null) {
                        i10 = R.id.tv_epg_time;
                        TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_epg_time);
                        if (textView2 != null) {
                            i10 = R.id.tv_on_now;
                            if (((TextView) v3.b.findChildViewById(viewInflate, R.id.tv_on_now)) != null) {
                                i10 = R.id.tv_video_title;
                                TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_video_title);
                                if (textView3 != null) {
                                    i10 = R.id.view_content;
                                    View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.view_content);
                                    if (viewFindChildViewById != null) {
                                        return new w1((ConstraintLayout) viewInflate, customImageView, constraintLayout, textView, textView2, textView3, viewFindChildViewById);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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