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;

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

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

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

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

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

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

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

    public d2(ConstraintLayout constraintLayout, FrameLayout frameLayout, CustomImageView customImageView, ConstraintLayout constraintLayout2, TextView textView, TextView textView2) {
        this.f26750a = constraintLayout;
        this.f26751b = frameLayout;
        this.f26752c = customImageView;
        this.f26753d = constraintLayout2;
        this.f26754e = textView;
        this.f26755f = textView2;
    }

    @NonNull
    public static d2 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_my_list, 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.iv_video;
            CustomImageView customImageView = (CustomImageView) v3.b.findChildViewById(viewInflate, R.id.iv_video);
            if (customImageView != null) {
                i10 = R.id.ll_video_rating;
                ConstraintLayout constraintLayout = (ConstraintLayout) v3.b.findChildViewById(viewInflate, R.id.ll_video_rating);
                if (constraintLayout != null) {
                    i10 = R.id.tv_video_rating;
                    TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_video_rating);
                    if (textView != null) {
                        i10 = R.id.tv_video_title;
                        TextView textView2 = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_video_title);
                        if (textView2 != null) {
                            return new d2((ConstraintLayout) viewInflate, frameLayout, customImageView, constraintLayout, textView, textView2);
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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