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 org.drive_hunter.R;

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

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

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

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

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

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

    public k4(ConstraintLayout constraintLayout, ImageView imageView, TextView textView, TextView textView2, TextView textView3) {
        this.f27140a = constraintLayout;
        this.f27141b = imageView;
        this.f27142c = textView;
        this.f27143d = textView2;
        this.f27144e = textView3;
    }

    public static k4 a(View view) {
        int i10 = R.id.iv_success;
        ImageView imageView = (ImageView) v3.b.findChildViewById(view, R.id.iv_success);
        if (imageView != null) {
            i10 = R.id.layout_iptv;
            if (((ConstraintLayout) v3.b.findChildViewById(view, R.id.layout_iptv)) != null) {
                i10 = R.id.layout_movie;
                if (((ConstraintLayout) v3.b.findChildViewById(view, R.id.layout_movie)) != null) {
                    i10 = R.id.layout_series;
                    if (((ConstraintLayout) v3.b.findChildViewById(view, R.id.layout_series)) != null) {
                        i10 = R.id.movie_count;
                        if (((TextView) v3.b.findChildViewById(view, R.id.movie_count)) != null) {
                            i10 = R.id.serirs_count;
                            if (((TextView) v3.b.findChildViewById(view, R.id.serirs_count)) != null) {
                                i10 = R.id.tv_channel_count;
                                TextView textView = (TextView) v3.b.findChildViewById(view, R.id.tv_channel_count);
                                if (textView != null) {
                                    i10 = R.id.tv_complete_title;
                                    if (((TextView) v3.b.findChildViewById(view, R.id.tv_complete_title)) != null) {
                                        i10 = R.id.tv_done;
                                        TextView textView2 = (TextView) v3.b.findChildViewById(view, R.id.tv_done);
                                        if (textView2 != null) {
                                            i10 = R.id.tv_error;
                                            TextView textView3 = (TextView) v3.b.findChildViewById(view, R.id.tv_error);
                                            if (textView3 != null) {
                                                return new k4((ConstraintLayout) view, imageView, textView, textView2, textView3);
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i10)));
    }

    @NonNull
    public static k4 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.layout_iptv_complete, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        return a(viewInflate);
    }

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