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.SeekBar;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import org.drive_hunter.R;

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

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

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

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

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

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

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

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

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

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

    public g5(FrameLayout frameLayout, ImageView imageView, TextView textView, ImageView imageView2, ImageView imageView3, FrameLayout frameLayout2, ImageView imageView4, SeekBar seekBar, TextView textView2) {
        this.f26901a = frameLayout;
        this.f26902b = imageView;
        this.f26903c = textView;
        this.f26904d = imageView2;
        this.f26905e = imageView3;
        this.f26906f = frameLayout2;
        this.f26907g = imageView4;
        this.f26908h = seekBar;
        this.f26909i = textView2;
    }

    @NonNull
    public static g5 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.video_detail_control, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.btn_full_screen;
        ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.btn_full_screen);
        if (imageView != null) {
            i10 = R.id.duration;
            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.duration);
            if (textView != null) {
                i10 = R.id.next;
                ImageView imageView2 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.next);
                if (imageView2 != null) {
                    i10 = R.id.play_center_btn;
                    ImageView imageView3 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.play_center_btn);
                    if (imageView3 != null) {
                        FrameLayout frameLayout = (FrameLayout) viewInflate;
                        i10 = R.id.pre;
                        ImageView imageView4 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.pre);
                        if (imageView4 != null) {
                            i10 = R.id.seekBar;
                            SeekBar seekBar = (SeekBar) v3.b.findChildViewById(viewInflate, R.id.seekBar);
                            if (seekBar != null) {
                                i10 = R.id.total_duration;
                                TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.total_duration);
                                if (textView2 != null) {
                                    return new g5(frameLayout, imageView, textView, imageView2, imageView3, frameLayout, imageView4, seekBar, textView2);
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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