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 org.drive_hunter.R;
import pl.droidsonroids.gif.GifImageView;
import xyz.netfly.player.playback.PlaybackSeekControl;
import xyz.stream.view.VideoGestureFrameLayout;

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

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

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

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

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

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

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

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

    public r(VideoGestureFrameLayout videoGestureFrameLayout, VideoGestureFrameLayout videoGestureFrameLayout2, PlaybackSeekControl playbackSeekControl, t4 t4Var, LinearLayout linearLayout, ImageView imageView, FrameLayout frameLayout) {
        this.f27405a = videoGestureFrameLayout;
        this.f27406b = videoGestureFrameLayout2;
        this.f27407c = playbackSeekControl;
        this.f27408d = t4Var;
        this.f27409e = linearLayout;
        this.f27410f = imageView;
        this.f27411g = frameLayout;
    }

    @NonNull
    public static r inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.activity_play_back, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        VideoGestureFrameLayout videoGestureFrameLayout = (VideoGestureFrameLayout) viewInflate;
        int i10 = R.id.controller;
        PlaybackSeekControl playbackSeekControl = (PlaybackSeekControl) v3.b.findChildViewById(viewInflate, R.id.controller);
        if (playbackSeekControl != 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;
                        if (((TextView) v3.b.findChildViewById(viewInflate, R.id.loading_text)) != 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.video_view;
                                FrameLayout frameLayout = (FrameLayout) v3.b.findChildViewById(viewInflate, R.id.video_view);
                                if (frameLayout != null) {
                                    return new r(videoGestureFrameLayout, videoGestureFrameLayout, playbackSeekControl, t4VarA, linearLayout, imageView, frameLayout);
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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