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.LinearLayout;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.media3.ui.PlayerView;
import org.drive_hunter.R;
import pl.droidsonroids.gif.GifImageView;
import tv.danmaku.ijk.media.player.ui.subtitleconverter.SubtitleView;
import xyz.netfly.ui.vod_player.view.CustomSeekView;
import xyz.stream.view.VideoGestureFrameLayout;

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

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

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

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

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

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

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

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

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

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

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

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

    public s(VideoGestureFrameLayout videoGestureFrameLayout, PlayerView playerView, VideoGestureFrameLayout videoGestureFrameLayout2, CustomSeekView customSeekView, t4 t4Var, LinearLayout linearLayout, TextView textView, ImageView imageView, SubtitleView subtitleView, TextView textView2, FrameLayout frameLayout) {
        this.f27436a = videoGestureFrameLayout;
        this.f27437b = playerView;
        this.f27438c = videoGestureFrameLayout2;
        this.f27439d = customSeekView;
        this.f27440e = t4Var;
        this.f27441f = linearLayout;
        this.f27442g = textView;
        this.f27443h = imageView;
        this.f27444i = subtitleView;
        this.f27445j = textView2;
        this.f27446k = frameLayout;
    }

    @NonNull
    public static s inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.activity_player, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.ad_player;
        PlayerView playerView = (PlayerView) v3.b.findChildViewById(viewInflate, R.id.ad_player);
        if (playerView != null) {
            VideoGestureFrameLayout videoGestureFrameLayout = (VideoGestureFrameLayout) viewInflate;
            i10 = R.id.controller;
            CustomSeekView customSeekView = (CustomSeekView) v3.b.findChildViewById(viewInflate, R.id.controller);
            if (customSeekView != null) {
                i10 = R.id.cover;
                if (((ImageView) v3.b.findChildViewById(viewInflate, R.id.cover)) != null) {
                    i10 = R.id.fl_back;
                    View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.fl_back);
                    if (viewFindChildViewById != null) {
                        t4 t4VarA = t4.a(viewFindChildViewById);
                        i10 = R.id.loading;
                        LinearLayout linearLayout = (LinearLayout) v3.b.findChildViewById(viewInflate, R.id.loading);
                        if (linearLayout != null) {
                            i10 = R.id.loading_image;
                            if (((GifImageView) v3.b.findChildViewById(viewInflate, R.id.loading_image)) != null) {
                                i10 = R.id.loading_text;
                                TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.loading_text);
                                if (textView != null) {
                                    i10 = R.id.play_center_btn;
                                    ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.play_center_btn);
                                    if (imageView != null) {
                                        i10 = R.id.subtitle_view;
                                        SubtitleView subtitleView = (SubtitleView) v3.b.findChildViewById(viewInflate, R.id.subtitle_view);
                                        if (subtitleView != null) {
                                            i10 = R.id.tv_subtitle_loading;
                                            TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_subtitle_loading);
                                            if (textView2 != null) {
                                                i10 = R.id.video_view;
                                                FrameLayout frameLayout = (FrameLayout) v3.b.findChildViewById(viewInflate, R.id.video_view);
                                                if (frameLayout != null) {
                                                    return new s(videoGestureFrameLayout, playerView, videoGestureFrameLayout, customSeekView, t4VarA, linearLayout, textView, imageView, subtitleView, textView2, frameLayout);
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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