package D1;

import N1.t0;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.martsnew.tv.R;

/* JADX INFO: renamed from: D1.m, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0088m extends t0 {

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

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

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

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public final /* synthetic */ C0093s f1748x;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0088m(C0093s c0093s, View view) {
        super(view);
        this.f1748x = c0093s;
        if (x0.v.f18553a < 26) {
            view.setFocusable(true);
        }
        this.f1745u = (TextView) view.findViewById(R.id.exo_main_text);
        this.f1746v = (TextView) view.findViewById(R.id.exo_sub_text);
        this.f1747w = (ImageView) view.findViewById(R.id.exo_icon);
        view.setOnClickListener(new C5.c(3, this));
    }
}
