package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import org.drive_hunter.R;
import xyz.stream.view.CustomImageView;
import xyz.stream.view.PlayingView;

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

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

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

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

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

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

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

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

    public v1(LinearLayout linearLayout, ImageView imageView, TextView textView, CustomImageView customImageView, TextView textView2, PlayingView playingView, TextView textView3) {
        this.f27545a = linearLayout;
        this.f27546b = imageView;
        this.f27547c = textView;
        this.f27548d = customImageView;
        this.f27549e = textView2;
        this.f27550f = playingView;
        this.f27551g = textView3;
    }

    @NonNull
    public static v1 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_live_channel, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.iv_premium;
        ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_premium);
        if (imageView != null) {
            i10 = R.id.live_channel_epg;
            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.live_channel_epg);
            if (textView != null) {
                i10 = R.id.live_channel_image;
                CustomImageView customImageView = (CustomImageView) v3.b.findChildViewById(viewInflate, R.id.live_channel_image);
                if (customImageView != null) {
                    i10 = R.id.live_channel_title;
                    TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.live_channel_title);
                    if (textView2 != null) {
                        i10 = R.id.playing_view;
                        PlayingView playingView = (PlayingView) v3.b.findChildViewById(viewInflate, R.id.playing_view);
                        if (playingView != null) {
                            i10 = R.id.tv_live_channel_number;
                            TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_live_channel_number);
                            if (textView3 != null) {
                                return new v1((LinearLayout) viewInflate, imageView, textView, customImageView, textView2, playingView, textView3);
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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