package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.AppCompatImageView;
import androidx.constraintlayout.widget.ConstraintLayout;
import org.drive_hunter.R;
import xyz.stream.view.CustomImageView;
import xyz.stream.view.tvrecyclerview.TvRecyclerView;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    public j5(FrameLayout frameLayout, View view, CustomImageView customImageView, ConstraintLayout constraintLayout, TextView textView, TextView textView2, TextView textView3, TvRecyclerView tvRecyclerView, TextView textView4, TextView textView5, TextView textView6, TextView textView7, TextView textView8) {
        this.f27082a = frameLayout;
        this.f27083b = view;
        this.f27084c = customImageView;
        this.f27085d = constraintLayout;
        this.f27086e = textView;
        this.f27087f = textView2;
        this.f27088g = textView3;
        this.f27089h = tvRecyclerView;
        this.f27090i = textView4;
        this.f27091j = textView5;
        this.f27092k = textView6;
        this.f27093l = textView7;
        this.f27094m = textView8;
    }

    @NonNull
    public static j5 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.view_control_live, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.divider;
        View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.divider);
        if (viewFindChildViewById != null) {
            i10 = R.id.iv_channel_icon;
            CustomImageView customImageView = (CustomImageView) v3.b.findChildViewById(viewInflate, R.id.iv_channel_icon);
            if (customImageView != null) {
                i10 = R.id.iv_left_arrow;
                if (((ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_left_arrow)) != null) {
                    i10 = R.id.iv_right_arrow;
                    if (((AppCompatImageView) v3.b.findChildViewById(viewInflate, R.id.iv_right_arrow)) != null) {
                        i10 = R.id.layout_control;
                        ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_control);
                        if (constraintLayout != null) {
                            i10 = R.id.layout_options;
                            if (((ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.layout_options)) != null) {
                                i10 = R.id.ll_channel_list;
                                TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.ll_channel_list);
                                if (textView != null) {
                                    i10 = R.id.ll_epg;
                                    TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.ll_epg);
                                    if (textView2 != null) {
                                        i10 = R.id.ll_favorite;
                                        TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.ll_favorite);
                                        if (textView3 != null) {
                                            i10 = R.id.rv_live_list;
                                            TvRecyclerView tvRecyclerView = (TvRecyclerView) v3.b.findChildViewById(viewInflate, R.id.rv_live_list);
                                            if (tvRecyclerView != null) {
                                                i10 = R.id.tv_audio;
                                                TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_audio);
                                                if (textView4 != null) {
                                                    i10 = R.id.tv_controller_channel_id;
                                                    TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_controller_channel_id);
                                                    if (textView5 != null) {
                                                        i10 = R.id.tv_controller_channel_name;
                                                        TextView textView6 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_controller_channel_name);
                                                        if (textView6 != null) {
                                                            i10 = R.id.tv_quality;
                                                            TextView textView7 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_quality);
                                                            if (textView7 != null) {
                                                                i10 = R.id.tv_subtitle;
                                                                TextView textView8 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_subtitle);
                                                                if (textView8 != null) {
                                                                    return new j5((FrameLayout) viewInflate, viewFindChildViewById, customImageView, constraintLayout, textView, textView2, textView3, tvRecyclerView, textView4, textView5, textView6, textView7, textView8);
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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