package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.constraintlayout.widget.Guideline;
import org.drive_hunter.R;
import xyz.stream.view.DefaultTimeBar;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final DefaultTimeBar f27694n;

    public x4(ConstraintLayout constraintLayout, ConstraintLayout constraintLayout2, TextView textView, ImageView imageView, ImageView imageView2, ImageView imageView3, ImageView imageView4, TextView textView2, TextView textView3, TextView textView4, ImageView imageView5, TextView textView5, ImageView imageView6, DefaultTimeBar defaultTimeBar) {
        this.f27681a = constraintLayout;
        this.f27682b = constraintLayout2;
        this.f27683c = textView;
        this.f27684d = imageView;
        this.f27685e = imageView2;
        this.f27686f = imageView3;
        this.f27687g = imageView4;
        this.f27688h = textView2;
        this.f27689i = textView3;
        this.f27690j = textView4;
        this.f27691k = imageView5;
        this.f27692l = textView5;
        this.f27693m = imageView6;
        this.f27694n = defaultTimeBar;
    }

    @NonNull
    public static x4 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.playback_control, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.control_container;
        ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.control_container);
        if (constraintLayout != null) {
            i10 = R.id.duration;
            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.duration);
            if (textView != null) {
                i10 = R.id.guideline_end;
                if (((Guideline) v3.b.findChildViewById(viewInflate, R.id.guideline_end)) != null) {
                    i10 = R.id.guideline_start;
                    if (((Guideline) v3.b.findChildViewById(viewInflate, R.id.guideline_start)) != null) {
                        i10 = R.id.guideline_top;
                        if (((Guideline) v3.b.findChildViewById(viewInflate, R.id.guideline_top)) != null) {
                            i10 = R.id.iv_back;
                            ImageView imageView = (ImageView) v3.b.findChildViewById(viewInflate, R.id.iv_back);
                            if (imageView != null) {
                                i10 = R.id.play_audio;
                                ImageView imageView2 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.play_audio);
                                if (imageView2 != null) {
                                    i10 = R.id.play_control;
                                    ImageView imageView3 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.play_control);
                                    if (imageView3 != null) {
                                        i10 = R.id.play_feedback;
                                        ImageView imageView4 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.play_feedback);
                                        if (imageView4 != null) {
                                            i10 = R.id.play_quality;
                                            TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.play_quality);
                                            if (textView2 != null) {
                                                i10 = R.id.play_second_title;
                                                TextView textView3 = (TextView) v3.b.findChildViewById(viewInflate, R.id.play_second_title);
                                                if (textView3 != null) {
                                                    i10 = R.id.play_source;
                                                    TextView textView4 = (TextView) v3.b.findChildViewById(viewInflate, R.id.play_source);
                                                    if (textView4 != null) {
                                                        i10 = R.id.play_speed;
                                                        ImageView imageView5 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.play_speed);
                                                        if (imageView5 != null) {
                                                            i10 = R.id.play_title;
                                                            TextView textView5 = (TextView) v3.b.findChildViewById(viewInflate, R.id.play_title);
                                                            if (textView5 != null) {
                                                                i10 = R.id.play_video_ratio;
                                                                ImageView imageView6 = (ImageView) v3.b.findChildViewById(viewInflate, R.id.play_video_ratio);
                                                                if (imageView6 != null) {
                                                                    i10 = R.id.timeBar;
                                                                    DefaultTimeBar defaultTimeBar = (DefaultTimeBar) v3.b.findChildViewById(viewInflate, R.id.timeBar);
                                                                    if (defaultTimeBar != null) {
                                                                        return new x4((ConstraintLayout) viewInflate, constraintLayout, textView, imageView, imageView2, imageView3, imageView4, textView2, textView3, textView4, imageView5, textView5, imageView6, defaultTimeBar);
                                                                    }
                                                                }
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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