package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.ProgressBar;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.ConstraintLayout;
import org.drive_hunter.R;
import xyz.stream.view.CustomImageView;
import xyz.stream.view.RoundImageView;

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

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

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

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

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

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

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

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

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

    public j2(ConstraintLayout constraintLayout, FrameLayout frameLayout, FrameLayout frameLayout2, CustomImageView customImageView, CustomImageView customImageView2, ProgressBar progressBar, TextView textView, RoundImageView roundImageView) {
        this.f27066a = constraintLayout;
        this.f27067b = frameLayout;
        this.f27068c = frameLayout2;
        this.f27069d = customImageView;
        this.f27070e = customImageView2;
        this.f27071f = progressBar;
        this.f27072g = textView;
        this.f27073h = roundImageView;
    }

    @NonNull
    public static j2 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_record, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.fl_delete;
        FrameLayout frameLayout = (FrameLayout) v3.b.findChildViewById(viewInflate, R.id.fl_delete);
        if (frameLayout != null) {
            i10 = R.id.fl_live_logo;
            FrameLayout frameLayout2 = (FrameLayout) v3.b.findChildViewById(viewInflate, R.id.fl_live_logo);
            if (frameLayout2 != null) {
                i10 = R.id.iv_logo;
                CustomImageView customImageView = (CustomImageView) v3.b.findChildViewById(viewInflate, R.id.iv_logo);
                if (customImageView != null) {
                    i10 = R.id.iv_video;
                    CustomImageView customImageView2 = (CustomImageView) v3.b.findChildViewById(viewInflate, R.id.iv_video);
                    if (customImageView2 != null) {
                        i10 = R.id.pb_progress;
                        ProgressBar progressBar = (ProgressBar) v3.b.findChildViewById(viewInflate, R.id.pb_progress);
                        if (progressBar != null) {
                            i10 = R.id.tv_video_title;
                            TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_video_title);
                            if (textView != null) {
                                i10 = R.id.view_content;
                                RoundImageView roundImageView = (RoundImageView) v3.b.findChildViewById(viewInflate, R.id.view_content);
                                if (roundImageView != null) {
                                    return new j2((ConstraintLayout) viewInflate, frameLayout, frameLayout2, customImageView, customImageView2, progressBar, textView, roundImageView);
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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