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 androidx.recyclerview.widget.RecyclerView;
import org.drive_hunter.R;

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

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

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

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

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

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

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

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

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

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

    public a5(LinearLayout linearLayout, TextView textView, TextView textView2, ImageView imageView, LinearLayout linearLayout2, RecyclerView recyclerView, RecyclerView recyclerView2, TextView textView3, TextView textView4) {
        this.f26644a = linearLayout;
        this.f26645b = textView;
        this.f26646c = textView2;
        this.f26647d = imageView;
        this.f26648e = linearLayout2;
        this.f26649f = recyclerView;
        this.f26650g = recyclerView2;
        this.f26651h = textView3;
        this.f26652i = textView4;
    }

    @NonNull
    public static a5 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.popup_episodes, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.download_all;
        TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.download_all);
        if (textView != null) {
            i10 = R.id.download_selected;
            TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.download_selected);
            if (textView2 != null) {
                i10 = R.id.iv_episode_close;
                ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_episode_close);
                if (imageView != null) {
                    i10 = R.id.ll_download;
                    LinearLayout linearLayout = (LinearLayout) v3.b.findChildViewById(viewInflate, R.id.ll_download);
                    if (linearLayout != null) {
                        i10 = R.id.rv_episode;
                        RecyclerView recyclerView = (RecyclerView) v3.b.findChildViewById(viewInflate, R.id.rv_episode);
                        if (recyclerView != null) {
                            i10 = R.id.rv_episode_index;
                            RecyclerView recyclerView2 = (RecyclerView) v3.b.findChildViewById(viewInflate, R.id.rv_episode_index);
                            if (recyclerView2 != null) {
                                i10 = R.id.tv_episode_title;
                                TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_episode_title);
                                if (textView3 != null) {
                                    i10 = R.id.tv_space;
                                    TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_space);
                                    if (textView4 != null) {
                                        return new a5((LinearLayout) viewInflate, textView, textView2, imageView, linearLayout, recyclerView, recyclerView2, textView3, textView4);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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