package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
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 x1 implements v3.a {

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

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

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

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

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

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

    public x1(ConstraintLayout constraintLayout, FrameLayout frameLayout, FrameLayout frameLayout2, CustomImageView customImageView, TextView textView, RoundImageView roundImageView) {
        this.f27669a = constraintLayout;
        this.f27670b = frameLayout;
        this.f27671c = frameLayout2;
        this.f27672d = customImageView;
        this.f27673e = textView;
        this.f27674f = roundImageView;
    }

    @NonNull
    public static x1 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_live_history, 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.tv_title;
                    TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_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 x1((ConstraintLayout) viewInflate, frameLayout, frameLayout2, customImageView, textView, roundImageView);
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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