package defpackage;

import android.os.Build;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import ar.tvplayer.tv.R;

/* JADX INFO: renamed from: ᵿᵩʙ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5527 extends AbstractC4793 {

    /* JADX INFO: renamed from: ʽᵡᵢᵾ, reason: contains not printable characters */
    public final TextView f20856;

    /* JADX INFO: renamed from: ˈⁱᵡ, reason: contains not printable characters */
    public final TextView f20857;

    /* JADX INFO: renamed from: ᵞᵛᵘ, reason: contains not printable characters */
    public final /* synthetic */ C1702 f20858;

    /* JADX INFO: renamed from: ᵨˈʼﹶ, reason: contains not printable characters */
    public final ImageView f20859;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C5527(C1702 c1702, View view) {
        super(view);
        this.f20858 = c1702;
        if (Build.VERSION.SDK_INT < 26) {
            view.setFocusable(true);
        }
        this.f20856 = (TextView) view.findViewById(R.id.h);
        this.f20857 = (TextView) view.findViewById(R.id.h);
        this.f20859 = (ImageView) view.findViewById(R.id.h);
        view.setOnClickListener(new ᵤᵸˈˊ(9, this));
    }
}
