package ie;

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

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

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

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

    public j1(View view, TextView textView, ConstraintLayout constraintLayout) {
        this.f27063a = constraintLayout;
        this.f27064b = textView;
        this.f27065c = view;
    }

    @NonNull
    public static j1 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.item_epg_timeline, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        int i10 = R.id.tv_epg_time;
        TextView textView = (TextView) v3.b.findChildViewById(viewInflate, R.id.tv_epg_time);
        if (textView != null) {
            i10 = R.id.view_line;
            View viewFindChildViewById = v3.b.findChildViewById(viewInflate, R.id.view_line);
            if (viewFindChildViewById != null) {
                return new j1(viewFindChildViewById, textView, (ConstraintLayout) viewInflate);
            }
        }
        throw new NullPointerException("Missing required view with ID: ".concat(viewInflate.getResources().getResourceName(i10)));
    }

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